#558860

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

Shades of Como #558860

Tints of Como #558860

Color information

#558860 (or 0x558860) is unknown color: approx Como. HEX triplet: 55, 88 and 60. RGB value is (85,136,96). Sum of RGB (Red+Green+Blue) = 85+136+96=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 136 (53.52% from 255 or 42.90% from 317); Blue value is 96 (37.89% from 255 or 30.28% from 317); Max value from RGB is 136 - color contains mainly: green. Hex color #558860 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558860 is #AA779F. Grayscale: #747474. Windows color (decimal): -11171744 or 6326357. OLE color: 6326357.

HSL color Cylindrical-coordinate representation of color #558860: hue angle of 132.94º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558860 is Cyan = 0.38, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB8513696-
CMYK0.3800.290.47
HSL132.94º23.08%43.33%-
HSV(B)132.94º37.5%53.33%-
XYZ14.6620.3814.23-
YUV116.19116.6105.75-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 136 (53.52% from 255) = 42.90%
BLUE value IS 96 (37.89% from 255) = 30.28%
R=26.81%
G=42.90%
B=30.28%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85136960.3800.290.47132.9423.0843.33
Hex5588602601D2F85172b
Octal12521014046035572052753
Binary10101011000100011000001001100111011011111000010110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558860; }

 p { color: rgb(85,136,96); }

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

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

 a { background-color: rgb(85,136,96); }

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

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

 span { border-color: rgb(85,136,96); }

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