#558962

Color #558962 Como (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Como #558962

Tints of Como #558962

Color information

#558962 (or 0x558962) is unknown color: approx Como. HEX triplet: 55, 89 and 62. RGB value is (85,137,98). Sum of RGB (Red+Green+Blue) = 85+137+98=320 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.56% from 320); Green value is 137 (53.91% from 255 or 42.81% from 320); Blue value is 98 (38.67% from 255 or 30.62% from 320); Max value from RGB is 137 - color contains mainly: green. Hex color #558962 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558962 is #AA769D. Grayscale: #757575. Windows color (decimal): -11171486 or 6457685. OLE color: 6457685.

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

Color convert

RGB8513798-
CMYK0.3800.280.46
HSL135º23.42%43.53%-
HSV(B)135º37.96%53.73%-
XYZ14.920.714.77-
YUV117.01117.27105.17-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.56%
GREEN value IS 137 (53.91% from 255) = 42.81%
BLUE value IS 98 (38.67% from 255) = 30.62%
R=26.56%
G=42.81%
B=30.62%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal85137980.3800.280.4613523.4243.53
Hex5589622601C2E87172c
Octal12521114246034562072754
Binary10101011000100111000101001100111001011101000011110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558962; }

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

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

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

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

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

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

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

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