Html Css Color HEX #559168 Chateau Green

📋 copy color: '#559168'

red 85 ◦ green 145 ◦ blue 104

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

Shades of Chateau Green #559168

Tints of Chateau Green #559168

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 31.14%

R = 25.45%
G = 43.41%
B = 31.14%

CMYK

 C value IS 0.41

 M value IS 0

 Y value IS 0.28

 K value IS 0.43

RGB Variations

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

Color information

#559168 (or 0x559168) is known color: Chateau Green. HEX triplet: 55, 91 and 68. RGB value is (85,145,104). Sum of RGB (Red+Green+Blue) = 85+145+104=334 (44% of max value = 765). Red value is 85 (33.59% from 255 or 25.45% from 334); Green value is 145 (57.03% from 255 or 43.41% from 334); Blue value is 104 (41.02% from 255 or 31.14% from 334); Max value from RGB is 145 - color contains mainly: green. Hex color #559168 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #559168 is #AA6E97. Grayscale: #7A7A7A. Windows color (decimal): -11169432 or 6852949. OLE color: 6852949.

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

Color convert

RGB 85 145 104 -
CMYK 0.41 0 0.28 0.43
HSL 139º 0.26% 0.45% -
HSV(B) 139º 0.41% 0.57% -
XYZ 16.37 23.18 16.71 -
YUV 122.39 117.62 101.33 -
System Red Green Blue C M Y K H S L
Decimal 85 145 104 0.41 0 0.28 0.43 139 0.26 0.45
Hex 55 91 68 29 0 1C 2B 8B 1A 2D
Octal 125 221 150 51 0 34 53 213 32 55
Binary 1010101 10010001 1101000 101001 0 11100 101011 10001011 11010 101101

Color Harmonies of #559168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559168

Black with #559168

Text Example


Text Example

White with #559168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #559168; }

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

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

background-color css

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

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

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

border-color css

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

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

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