#559563

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

Shades of Chateau Green #559563

Tints of Chateau Green #559563

Color information

#559563 (or 0x559563) is unknown color: approx Chateau Green. HEX triplet: 55, 95 and 63. RGB value is (85,149,99). Sum of RGB (Red+Green+Blue) = 85+149+99=333 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.53% from 333); Green value is 149 (58.59% from 255 or 44.74% from 333); Blue value is 99 (39.06% from 255 or 29.73% from 333); Max value from RGB is 149 - color contains mainly: green. Hex color #559563 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559563 is #AA6A9C. Grayscale: #7C7C7C. Windows color (decimal): -11168413 or 6526293. OLE color: 6526293.

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

Color convert

RGB8514999-
CMYK0.4300.340.42
HSL133.12º27.35%45.88%-
HSV(B)133.12º42.95%58.43%-
XYZ16.7524.3315.62-
YUV124.16113.8100.07-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.53%
GREEN value IS 149 (58.59% from 255) = 44.74%
BLUE value IS 99 (39.06% from 255) = 29.73%
R=25.53%
G=44.74%
B=29.73%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal85149990.4300.340.42133.1227.3545.88
Hex5595632B0222A851b2e
Octal12522514353042522053356
Binary101010110010101110001110101101000101010101000010111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #559563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #559563; }

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

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

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

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

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

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

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

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