#569980

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

Shades of Patina #569980

Tints of Patina #569980

Color information

#569980 (or 0x569980) is unknown color: approx Patina. HEX triplet: 56, 99 and 80. RGB value is (86,153,128). Sum of RGB (Red+Green+Blue) = 86+153+128=367 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.43% from 367); Green value is 153 (60.16% from 255 or 41.69% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 153 - color contains mainly: green. Hex color #569980 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569980 is #A9667F. Grayscale: #828282. Windows color (decimal): -11101824 or 8427862. OLE color: 8427862.

HSL color Cylindrical-coordinate representation of color #569980: hue angle of 157.61º 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 #569980 is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.4.

Color convert

RGB86153128-
CMYK0.4400.160.4
HSL157.61º28.03%46.86%-
HSV(B)157.61º43.79%60%-
XYZ19.1326.3224.49-
YUV130.12126.896.53-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.43%
GREEN value IS 153 (60.16% from 255) = 41.69%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=23.43%
G=41.69%
B=34.88%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal861531280.4400.160.4157.6128.0346.86
Hex5699802C010289e1c2f
Octal12623120054020502363457
Binary101011010011001100000001011000100001010001001111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569980; }

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

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

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

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

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

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

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

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