Html Css Color HEX #559865 Chateau Green

📋 copy color: '#559865'

red 85 ◦ green 152 ◦ blue 101

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

Shades of Chateau Green #559865

Tints of Chateau Green #559865

RGB

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

 GREEN value IS 152 (59.77% from 255) = 44.97%

 BLUE value IS 101 (39.84% from 255) = 29.88%

R = 25.15%
G = 44.97%
B = 29.88%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#559865 (or 0x559865) is known color: Chateau Green. HEX triplet: 55, 98 and 65. RGB value is (85,152,101). Sum of RGB (Red+Green+Blue) = 85+152+101=338 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.15% from 338); Green value is 152 (59.77% from 255 or 44.97% from 338); Blue value is 101 (39.84% from 255 or 29.88% from 338); Max value from RGB is 152 - color contains mainly: green. Hex color #559865 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559865 is #AA679A. Grayscale: #7E7E7E. Windows color (decimal): -11167643 or 6658133. OLE color: 6658133.

HSL color Cylindrical-coordinate representation of color #559865: hue angle of 134.33º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #559865 is Cyan = 0.44, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 152 101 -
CMYK 0.44 0 0.34 0.40
HSL 134.33º 0.28% 0.46% -
HSV(B) 134.33º 0.44% 0.6% -
XYZ 17.32 25.33 16.29 -
YUV 126.15 113.8 98.65 -
System Red Green Blue C M Y K H S L
Decimal 85 152 101 0.44 0 0.34 0.40 134.33 0.28 0.46
Hex 55 98 65 2C 0 22 28 86 1C 2E
Octal 125 230 145 54 0 42 50 206 34 56
Binary 1010101 10011000 1100101 101100 0 100010 101000 10000110 11100 101110

Color Harmonies of #559865

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559865

Black with #559865

Text Example


Text Example

White with #559865

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559865; }

 p { color: rgb(85,152,101); }

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

background-color css

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

 a { background-color: rgb(85,152,101); }

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

border-color css

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

 span { border-color: rgb(85,152,101); }

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