Html Css Color HEX #559566 Chateau Green

📋 copy color: '#559566'

red 85 ◦ green 149 ◦ blue 102

#559566
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chateau Green #559566

Tints of Chateau Green #559566

RGB

 RED value IS 85 (33.59% from 255) = 25.3%

 GREEN value IS 149 (58.59% from 255) = 44.35%

 BLUE value IS 102 (40.23% from 255) = 30.36%

R = 25.3%
G = 44.35%
B = 30.36%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#559566 (or 0x559566) is known color: 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

RGB 85 149 102 -
CMYK 0.43 0 0.32 0.42
HSL 135.94º 0.27% 0.46% -
HSV(B) 135.94º 0.43% 0.58% -
XYZ 16.89 24.39 16.39 -
YUV 124.51 115.3 99.82 -
System Red Green Blue C M Y K H S L
Decimal 85 149 102 0.43 0 0.32 0.42 135.94 0.27 0.46
Hex 55 95 66 2B 0 20 2A 88 1B 2E
Octal 125 225 146 53 0 40 52 210 33 56
Binary 1010101 10010101 1100110 101011 0 100000 101010 10001000 11011 101110

Color Harmonies of #559566

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559566

Black with #559566

Text Example


Text Example

White with #559566

Text Example


Text Example

HTML Codes & Css Web 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>