#558C69

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

Shades of Como #558C69

Tints of Como #558C69

Color information

#558C69 (or 0x558C69) is unknown color: approx Como. HEX triplet: 55, 8C and 69. RGB value is (85,140,105). Sum of RGB (Red+Green+Blue) = 85+140+105=330 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.76% from 330); Green value is 140 (55.08% from 255 or 42.42% from 330); Blue value is 105 (41.41% from 255 or 31.82% from 330); Max value from RGB is 140 - color contains mainly: green. Hex color #558C69 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558C69 is #AA7396. Grayscale: #777777. Windows color (decimal): -11170711 or 6917205. OLE color: 6917205.

HSL color Cylindrical-coordinate representation of color #558C69: hue angle of 141.82º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #558C69 is Cyan = 0.39, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.45.

Color convert

RGB85140105-
CMYK0.3900.250.45
HSL141.82º24.44%44.12%-
HSV(B)141.82º39.29%54.9%-
XYZ15.6721.7116.73-
YUV119.56119.78103.35-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.76%
GREEN value IS 140 (55.08% from 255) = 42.42%
BLUE value IS 105 (41.41% from 255) = 31.82%
R=25.76%
G=42.42%
B=31.82%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal851401050.3900.250.45141.8224.4444.12
Hex558C69270192D8e182c
Octal12521415147031552163054
Binary10101011000110011010011001110110011011011000111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,140,105); }

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

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

 a { background-color: rgb(85,140,105); }

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

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

 span { border-color: rgb(85,140,105); }

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