#568A7D

Color #568A7D Patina (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Patina #568A7D

Tints of Patina #568A7D

Color information

#568A7D (or 0x568A7D) is unknown color: approx Patina. HEX triplet: 56, 8A and 7D. RGB value is (86,138,125). Sum of RGB (Red+Green+Blue) = 86+138+125=349 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.64% from 349); Green value is 138 (54.30% from 255 or 39.54% from 349); Blue value is 125 (49.22% from 255 or 35.82% from 349); Max value from RGB is 138 - color contains mainly: green. Hex color #568A7D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #568A7D is #A97582. Grayscale: #787878. Windows color (decimal): -11105667 or 8227414. OLE color: 8227414.

HSL color Cylindrical-coordinate representation of color #568A7D: hue angle of 165º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #568A7D is Cyan = 0.38, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.46.

Color convert

RGB86138125-
CMYK0.3800.090.46
HSL165º23.21%43.92%-
HSV(B)165º37.68%54.12%-
XYZ16.6321.6422.7-
YUV120.97130.27103.06-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 24.64%
GREEN value IS 138 (54.30% from 255) = 39.54%
BLUE value IS 125 (49.22% from 255) = 35.82%
R=24.64%
G=39.54%
B=35.82%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal861381250.3800.090.4616523.2143.92
Hex568A7D26092Ea5172c
Octal12621217546011562452754
Binary1010110100010101111101100110010011011101010010110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568A7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #568A7D; }

 p { color: rgb(86,138,125); }

 H1.HeaderClassName
 {
   color: #568A7D;
 }
 .AnyTagClassName
 {
   color: #568A7D;
 }
</style>
background-color css

<style>
 a { background-color: #568A7D; }

 a { background-color: rgb(86,138,125); }

 div.DivClassName
 {
   background-color: #568A7D;
 }
 .BgClassName
 {
   background-color: #568A7D;
 }
</style>
border-color css

<style>
 span { border-color: #568A7D; }

 span { border-color: rgb(86,138,125); }

 td.TdClassName
 {
   border-color: #568A7D;
 }
 .TagClassName
 {
   border-color: #568A7D;
 }
</style>