#569882

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

Shades of Patina #569882

Tints of Patina #569882

Color information

#569882 (or 0x569882) is unknown color: approx Patina. HEX triplet: 56, 98 and 82. RGB value is (86,152,130). Sum of RGB (Red+Green+Blue) = 86+152+130=368 (48% of max value = 765). Red value is 86 (33.98% from 255 or 23.37% from 368); Green value is 152 (59.77% from 255 or 41.30% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 152 - color contains mainly: green. Hex color #569882 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #569882 is #A9677D. Grayscale: #818181. Windows color (decimal): -11102078 or 8558678. OLE color: 8558678.

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

Color convert

RGB86152130-
CMYK0.4300.140.40
HSL160º27.73%46.67%-
HSV(B)160º43.42%59.61%-
XYZ19.126.0525.14-
YUV129.76128.1396.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.37%
GREEN value IS 152 (59.77% from 255) = 41.30%
BLUE value IS 130 (51.17% from 255) = 35.33%
R=23.37%
G=41.30%
B=35.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861521300.4300.140.4016027.7346.67
Hex5698822B0E28a01c2f
Octal12623020253016502403457
Binary10101101001100010000010101011011101010001010000011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #569882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #569882; }

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

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

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

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

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

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

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

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