Html Css Color HEX #559564 Chateau Green

📋 copy color: '#559564'

red 85 ◦ green 149 ◦ blue 100

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

Shades of Chateau Green #559564

Tints of Chateau Green #559564

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 29.94%

R = 25.45%
G = 44.61%
B = 29.94%

CMYK

 C value IS 0.43

 M value IS 0

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#559564 (or 0x559564) is known color: Chateau Green. HEX triplet: 55, 95 and 64. RGB value is (85,149,100). Sum of RGB (Red+Green+Blue) = 85+149+100=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 149 (58.59% from 255 or 44.61% from 334); Blue value is 100 (39.45% from 255 or 29.94% from 334); Max value from RGB is 149 - color contains mainly: green. Hex color #559564 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559564 is #AA6A9B. Grayscale: #7C7C7C. Windows color (decimal): -11168412 or 6591829. OLE color: 6591829.

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

Color convert

RGB 85 149 100 -
CMYK 0.43 0 0.33 0.42
HSL 134.06º 0.27% 0.46% -
HSV(B) 134.06º 0.43% 0.58% -
XYZ 16.79 24.35 15.87 -
YUV 124.28 114.3 99.98 -
System Red Green Blue C M Y K H S L
Decimal 85 149 100 0.43 0 0.33 0.42 134.06 0.27 0.46
Hex 55 95 64 2B 0 21 2A 86 1B 2E
Octal 125 225 144 53 0 41 52 206 33 56
Binary 1010101 10010101 1100100 101011 0 100001 101010 10000110 11011 101110

Color Harmonies of #559564

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559564

Black with #559564

Text Example


Text Example

White with #559564

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559564; }

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

 H1.HeaderClassName
 {
   color: #559564;
 }
 .AnyTagClassName
 {
   color: #559564;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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