#569981

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

Shades of Patina #569981

Tints of Patina #569981

Color information

#569981 (or 0x569981) is unknown color: approx Patina. HEX triplet: 56, 99 and 81. RGB value is (86,153,129). Sum of RGB (Red+Green+Blue) = 86+153+129=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 153 (60.16% from 255 or 41.58% from 368); Blue value is 129 (50.78% from 255 or 35.05% from 368); Max value from RGB is 153 - color contains mainly: green. Hex color #569981 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569981 is #A9667E. Grayscale: #828282. Windows color (decimal): -11101823 or 8493398. OLE color: 8493398.

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

Color convert

RGB86153129-
CMYK0.4400.160.4
HSL158.51º28.03%46.86%-
HSV(B)158.51º43.79%60%-
XYZ19.1926.3524.84-
YUV130.23127.396.45-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.37%
GREEN value IS 153 (60.16% from 255) = 41.58%
BLUE value IS 129 (50.78% from 255) = 35.05%
R=23.37%
G=41.58%
B=35.05%

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
Decimal861531290.4400.160.4158.5128.0346.86
Hex5699812C010289f1c2f
Octal12623120154020502373457
Binary101011010011001100000011011000100001010001001111111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569981; }

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

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

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

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

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

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

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

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