#559566

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

Shades of Chateau Green #559566

Tints of Chateau Green #559566

Color information

#559566 (or 0x559566) is unknown color: approx Chateau Green. HEX triplet: 55, 95 and 66. RGB value is (85,149,102). Sum of RGB (Red+Green+Blue) = 85+149+102=336 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.30% from 336); Green value is 149 (58.59% from 255 or 44.35% from 336); Blue value is 102 (40.23% from 255 or 30.36% from 336); Max value from RGB is 149 - color contains mainly: green. Hex color #559566 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559566 is #AA6A99. Grayscale: #7C7C7C. Windows color (decimal): -11168410 or 6722901. OLE color: 6722901.

HSL color Cylindrical-coordinate representation of color #559566: hue angle of 135.94º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #559566 is Cyan = 0.43, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB85149102-
CMYK0.4300.320.42
HSL135.94º27.35%45.88%-
HSV(B)135.94º42.95%58.43%-
XYZ16.8924.3916.39-
YUV124.51115.399.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.30%
GREEN value IS 149 (58.59% from 255) = 44.35%
BLUE value IS 102 (40.23% from 255) = 30.36%
R=25.30%
G=44.35%
B=30.36%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851491020.4300.320.42135.9427.3545.88
Hex5595662B0202A881b2e
Octal12522514653040522103356
Binary101010110010101110011010101101000001010101000100011011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559566

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559566; }

 p { color: rgb(85,149,102); }

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

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

 a { background-color: rgb(85,149,102); }

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

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

 span { border-color: rgb(85,149,102); }

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