#569989

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

Shades of Patina #569989

Tints of Patina #569989

Color information

#569989 (or 0x569989) is unknown color: approx Patina. HEX triplet: 56, 99 and 89. RGB value is (86,153,137). Sum of RGB (Red+Green+Blue) = 86+153+137=376 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.87% from 376); Green value is 153 (60.16% from 255 or 40.69% from 376); Blue value is 137 (53.91% from 255 or 36.44% from 376); Max value from RGB is 153 - color contains mainly: green. Hex color #569989 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569989 is #A96676. Grayscale: #838383. Windows color (decimal): -11101815 or 9017686. OLE color: 9017686.

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

Color convert

RGB86153137-
CMYK0.4400.100.4
HSL165.67º28.03%46.86%-
HSV(B)165.67º43.79%60%-
XYZ19.7426.5727.75-
YUV131.14131.395.8-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 22.87%
GREEN value IS 153 (60.16% from 255) = 40.69%
BLUE value IS 137 (53.91% from 255) = 36.44%
R=22.87%
G=40.69%
B=36.44%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861531370.4400.100.4165.6728.0346.86
Hex5699892C0A28a61c2f
Octal12623121154012502463457
Binary10101101001100110001001101100010101010001010011011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569989; }

 p { color: rgb(86,153,137); }

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

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

 a { background-color: rgb(86,153,137); }

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

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

 span { border-color: rgb(86,153,137); }

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