#569880

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

Shades of Patina #569880

Tints of Patina #569880

Color information

#569880 (or 0x569880) is unknown color: approx Patina. HEX triplet: 56, 98 and 80. RGB value is (86,152,128). Sum of RGB (Red+Green+Blue) = 86+152+128=366 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.50% from 366); Green value is 152 (59.77% from 255 or 41.53% from 366); Blue value is 128 (50.39% from 255 or 34.97% from 366); Max value from RGB is 152 - color contains mainly: green. Hex color #569880 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569880 is #A9677F. Grayscale: #818181. Windows color (decimal): -11102080 or 8427606. OLE color: 8427606.

HSL color Cylindrical-coordinate representation of color #569880: hue angle of 158.18º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #569880 is Cyan = 0.43, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.40.

Color convert

RGB86152128-
CMYK0.4300.160.40
HSL158.18º27.73%46.67%-
HSV(B)158.18º43.42%59.61%-
XYZ18.9625.9924.44-
YUV129.53127.1396.95-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.50%
GREEN value IS 152 (59.77% from 255) = 41.53%
BLUE value IS 128 (50.39% from 255) = 34.97%
R=23.50%
G=41.53%
B=34.97%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861521280.4300.160.40158.1827.7346.67
Hex5698802B010289e1c2f
Octal12623020053020502363457
Binary101011010011000100000001010110100001010001001111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569880; }

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

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

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

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

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

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

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

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