#558761

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

Shades of Como #558761

Tints of Como #558761

Color information

#558761 (or 0x558761) is unknown color: approx Como. HEX triplet: 55, 87 and 61. RGB value is (85,135,97). Sum of RGB (Red+Green+Blue) = 85+135+97=317 (41% of max value = 765). Red value is 85 (33.59% from 255 or 26.81% from 317); Green value is 135 (53.12% from 255 or 42.59% from 317); Blue value is 97 (38.28% from 255 or 30.60% from 317); Max value from RGB is 135 - color contains mainly: green. Hex color #558761 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558761 is #AA789E. Grayscale: #737373. Windows color (decimal): -11171999 or 6391637. OLE color: 6391637.

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

Color convert

RGB8513597-
CMYK0.3700.280.47
HSL134.4º22.73%43.14%-
HSV(B)134.4º37.04%52.94%-
XYZ14.5720.1214.43-
YUV115.72117.44106.09-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.81%
GREEN value IS 135 (53.12% from 255) = 42.59%
BLUE value IS 97 (38.28% from 255) = 30.60%
R=26.81%
G=42.59%
B=30.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85135970.3700.280.47134.422.7343.14
Hex5587612501C2F86172b
Octal12520714145034572062753
Binary10101011000011111000011001010111001011111000011010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558761

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558761; }

 p { color: rgb(85,135,97); }

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

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

 a { background-color: rgb(85,135,97); }

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

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

 span { border-color: rgb(85,135,97); }

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