#569884

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

Shades of Patina #569884

Tints of Patina #569884

Color information

#569884 (or 0x569884) is unknown color: approx Patina. HEX triplet: 56, 98 and 84. RGB value is (86,152,132). Sum of RGB (Red+Green+Blue) = 86+152+132=370 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.24% from 370); Green value is 152 (59.77% from 255 or 41.08% from 370); Blue value is 132 (51.95% from 255 or 35.68% from 370); Max value from RGB is 152 - color contains mainly: green. Hex color #569884 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569884 is #A9677B. Grayscale: #828282. Windows color (decimal): -11102076 or 8689750. OLE color: 8689750.

HSL color Cylindrical-coordinate representation of color #569884: hue angle of 161.82º 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 #569884 is Cyan = 0.43, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.40.

Color convert

RGB86152132-
CMYK0.4300.130.40
HSL161.82º27.73%46.67%-
HSV(B)161.82º43.42%59.61%-
XYZ19.2326.125.85-
YUV129.99129.1396.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.24%
GREEN value IS 152 (59.77% from 255) = 41.08%
BLUE value IS 132 (51.95% from 255) = 35.68%
R=23.24%
G=41.08%
B=35.68%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861521320.4300.130.40161.8227.7346.67
Hex5698842B0D28a21c2f
Octal12623020453015502423457
Binary10101101001100010000100101011011011010001010001011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569884; }

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

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

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

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

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

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

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

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