#568F80

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

Shades of Patina #568F80

Tints of Patina #568F80

Color information

#568F80 (or 0x568F80) is unknown color: approx Patina. HEX triplet: 56, 8F and 80. RGB value is (86,143,128). Sum of RGB (Red+Green+Blue) = 86+143+128=357 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.09% from 357); Green value is 143 (56.25% from 255 or 40.06% from 357); Blue value is 128 (50.39% from 255 or 35.85% from 357); Max value from RGB is 143 - color contains mainly: green. Hex color #568F80 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #568F80 is #A9707F. Grayscale: #7C7C7C. Windows color (decimal): -11104384 or 8425302. OLE color: 8425302.

HSL color Cylindrical-coordinate representation of color #568F80: hue angle of 164.21º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #568F80 is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.44.

Color convert

RGB86143128-
CMYK0.4000.100.44
HSL164.21º24.89%44.9%-
HSV(B)164.21º39.86%56.08%-
XYZ17.5623.1823.97-
YUV124.25130.12100.72-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.09%
GREEN value IS 143 (56.25% from 255) = 40.06%
BLUE value IS 128 (50.39% from 255) = 35.85%
R=24.09%
G=40.06%
B=35.85%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal861431280.4000.100.44164.2124.8944.9
Hex568F80280A2Ca4192d
Octal12621720050012542443155
Binary10101101000111110000000101000010101011001010010011001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #568F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(86,143,128); }

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

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

 a { background-color: rgb(86,143,128); }

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

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

 span { border-color: rgb(86,143,128); }

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