#558E63

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

Shades of Como #558E63

Tints of Como #558E63

Color information

#558E63 (or 0x558E63) is unknown color: approx Como. HEX triplet: 55, 8E and 63. RGB value is (85,142,99). Sum of RGB (Red+Green+Blue) = 85+142+99=326 (43% of max value = 765). Red value is 85 (33.59% from 255 or 26.07% from 326); Green value is 142 (55.86% from 255 or 43.56% from 326); Blue value is 99 (39.06% from 255 or 30.37% from 326); Max value from RGB is 142 - color contains mainly: green. Hex color #558E63 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558E63 is #AA719C. Grayscale: #787878. Windows color (decimal): -11170205 or 6524501. OLE color: 6524501.

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

Color convert

RGB8514299-
CMYK0.4000.300.44
HSL134.74º25.11%44.51%-
HSV(B)134.74º40.14%55.69%-
XYZ15.6722.1815.26-
YUV120.06116.12103-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 26.07%
GREEN value IS 142 (55.86% from 255) = 43.56%
BLUE value IS 99 (39.06% from 255) = 30.37%
R=26.07%
G=43.56%
B=30.37%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal85142990.4000.300.44134.7425.1144.51
Hex558E632801E2C87192d
Octal12521614350036542073155
Binary10101011000111011000111010000111101011001000011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558E63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,142,99); }

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

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

 a { background-color: rgb(85,142,99); }

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

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

 span { border-color: rgb(85,142,99); }

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