#558862

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

Shades of Como #558862

Tints of Como #558862

Color information

#558862 (or 0x558862) is unknown color: approx Como. HEX triplet: 55, 88 and 62. RGB value is (85,136,98). Sum of RGB (Red+Green+Blue) = 85+136+98=319 (42% of max value = 765). Red value is 85 (33.59% from 255 or 26.65% from 319); Green value is 136 (53.52% from 255 or 42.63% from 319); Blue value is 98 (38.67% from 255 or 30.72% from 319); Max value from RGB is 136 - color contains mainly: green. Hex color #558862 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558862 is #AA779D. Grayscale: #747474. Windows color (decimal): -11171742 or 6457429. OLE color: 6457429.

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

Color convert

RGB8513698-
CMYK0.3800.280.47
HSL135.29º23.08%43.33%-
HSV(B)135.29º37.5%53.33%-
XYZ14.7620.4214.72-
YUV116.42117.6105.59-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.65%
GREEN value IS 136 (53.52% from 255) = 42.63%
BLUE value IS 98 (38.67% from 255) = 30.72%
R=26.65%
G=42.63%
B=30.72%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85136980.3800.280.47135.2923.0843.33
Hex5588622601C2F87172b
Octal12521014246034572072753
Binary10101011000100011000101001100111001011111000011110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558862; }

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

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

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

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

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

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

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

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