#558F62

Color #558F62 Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #558F62

Tints of Chateau Green #558F62

Color information

#558F62 (or 0x558F62) is unknown color: approx Chateau Green. HEX triplet: 55, 8F and 62. RGB value is (85,143,98). Sum of RGB (Red+Green+Blue) = 85+143+98=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 143 (56.25% from 255 or 43.87% from 326); Blue value is 98 (38.67% from 255 or 30.06% from 326); Max value from RGB is 143 - color contains mainly: green. Hex color #558F62 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558F62 is #AA709D. Grayscale: #787878. Windows color (decimal): -11169950 or 6459221. OLE color: 6459221.

HSL color Cylindrical-coordinate representation of color #558F62: hue angle of 133.45º degrees, saturation: 0.25, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #558F62 is Cyan = 0.41, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB8514398-
CMYK0.4100.310.44
HSL133.45º25.44%44.71%-
HSV(B)133.45º40.56%56.08%-
XYZ15.7722.4615.06-
YUV120.53115.28102.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 143 (56.25% from 255) = 43.87%
BLUE value IS 98 (38.67% from 255) = 30.06%
R=26.07%
G=43.87%
B=30.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85143980.4100.310.44133.4525.4444.71
Hex558F622901F2C85192d
Octal12521714251037542053155
Binary10101011000111111000101010010111111011001000010111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558F62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558F62; }

 p { color: rgb(85,143,98); }

 H1.HeaderClassName
 {
   color: #558F62;
 }
 .AnyTagClassName
 {
   color: #558F62;
 }
</style>
background-color css

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

 a { background-color: rgb(85,143,98); }

 div.DivClassName
 {
   background-color: #558F62;
 }
 .BgClassName
 {
   background-color: #558F62;
 }
</style>
border-color css

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

 span { border-color: rgb(85,143,98); }

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