#55815D

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

Shades of Como #55815D

Tints of Como #55815D

Color information

#55815D (or 0x55815D) is unknown color: approx Como. HEX triplet: 55, 81 and 5D. RGB value is (85,129,93). Sum of RGB (Red+Green+Blue) = 85+129+93=307 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.69% from 307); Green value is 129 (50.78% from 255 or 42.02% from 307); Blue value is 93 (36.72% from 255 or 30.29% from 307); Max value from RGB is 129 - color contains mainly: green. Hex color #55815D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55815D is #AA7EA2. Grayscale: #6F6F6F. Windows color (decimal): -11173539 or 6127957. OLE color: 6127957.

HSL color Cylindrical-coordinate representation of color #55815D: hue angle of 130.91º degrees, saturation: 0.21, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55815D is Cyan = 0.34, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB8512993-
CMYK0.3400.280.49
HSL130.91º20.56%41.96%-
HSV(B)130.91º34.11%50.59%-
XYZ13.5718.4213.2-
YUV111.74117.42108.93-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.69%
GREEN value IS 129 (50.78% from 255) = 42.02%
BLUE value IS 93 (36.72% from 255) = 30.29%
R=27.69%
G=42.02%
B=30.29%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85129930.3400.280.49130.9120.5641.96
Hex55815D2201C3183152a
Octal12520113542034612032552
Binary10101011000000110111011000100111001100011000001110101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55815D; }

 p { color: rgb(85,129,93); }

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

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

 a { background-color: rgb(85,129,93); }

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

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

 span { border-color: rgb(85,129,93); }

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