Html Css Color HEX #559163 Chateau Green

📋 copy color: '#559163'

red 85 ◦ green 145 ◦ blue 99

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

Shades of Chateau Green #559163

Tints of Chateau Green #559163

RGB

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

 GREEN value IS 145 (57.03% from 255) = 44.07%

 BLUE value IS 99 (39.06% from 255) = 30.09%

R = 25.84%
G = 44.07%
B = 30.09%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.32

 K value IS 0.43

RGB Variations

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

Color information

#559163 (or 0x559163) is known color: Chateau Green. HEX triplet: 55, 91 and 63. RGB value is (85,145,99). Sum of RGB (Red+Green+Blue) = 85+145+99=329 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.84% from 329); Green value is 145 (57.03% from 255 or 44.07% from 329); Blue value is 99 (39.06% from 255 or 30.09% from 329); Max value from RGB is 145 - color contains mainly: green. Hex color #559163 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559163 is #AA6E9C. Grayscale: #797979. Windows color (decimal): -11169437 or 6525269. OLE color: 6525269.

HSL color Cylindrical-coordinate representation of color #559163: hue angle of 134º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #559163 is Cyan = 0.41, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 145 99 -
CMYK 0.41 0 0.32 0.43
HSL 134º 0.26% 0.45% -
HSV(B) 134º 0.41% 0.57% -
XYZ 16.12 23.08 15.41 -
YUV 121.82 115.12 101.74 -
System Red Green Blue C M Y K H S L
Decimal 85 145 99 0.41 0 0.32 0.43 134 0.26 0.45
Hex 55 91 63 29 0 20 2B 86 1A 2D
Octal 125 221 143 51 0 40 53 206 32 55
Binary 1010101 10010001 1100011 101001 0 100000 101011 10000110 11010 101101

Color Harmonies of #559163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559163

Black with #559163

Text Example


Text Example

White with #559163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559163; }

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

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

background-color css

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

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

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

border-color css

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

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

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