#558969

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

Shades of Como #558969

Tints of Como #558969

Color information

#558969 (or 0x558969) is unknown color: approx Como. HEX triplet: 55, 89 and 69. RGB value is (85,137,105). Sum of RGB (Red+Green+Blue) = 85+137+105=327 (43% of max value = 765). Red value is 85 (33.59% from 255 or 25.99% from 327); Green value is 137 (53.91% from 255 or 41.90% from 327); Blue value is 105 (41.41% from 255 or 32.11% from 327); Max value from RGB is 137 - color contains mainly: green. Hex color #558969 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #558969 is #AA7696. Grayscale: #757575. Windows color (decimal): -11171479 or 6916437. OLE color: 6916437.

HSL color Cylindrical-coordinate representation of color #558969: hue angle of 143.08º degrees, saturation: 0.23, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #558969 is Cyan = 0.38, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB85137105-
CMYK0.3800.230.46
HSL143.08º23.42%43.53%-
HSV(B)143.08º37.96%53.73%-
XYZ15.2420.8416.58-
YUV117.8120.77104.6-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 25.99%
GREEN value IS 137 (53.91% from 255) = 41.90%
BLUE value IS 105 (41.41% from 255) = 32.11%
R=25.99%
G=41.90%
B=32.11%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal851371050.3800.230.46143.0823.4243.53
Hex558969260172E8f172c
Octal12521115146027562172754
Binary10101011000100111010011001100101111011101000111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558969; }

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

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

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

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

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

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

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

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