#55805F

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

Shades of Como #55805F

Tints of Como #55805F

Color information

#55805F (or 0x55805F) is unknown color: approx Como. HEX triplet: 55, 80 and 5F. RGB value is (85,128,95). Sum of RGB (Red+Green+Blue) = 85+128+95=308 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.60% from 308); Green value is 128 (50.39% from 255 or 41.56% from 308); Blue value is 95 (37.5% from 255 or 30.84% from 308); Max value from RGB is 128 - color contains mainly: green. Hex color #55805F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55805F is #AA7FA0. Grayscale: #6F6F6F. Windows color (decimal): -11173793 or 6258773. OLE color: 6258773.

HSL color Cylindrical-coordinate representation of color #55805F: hue angle of 133.95º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #55805F is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.

Color convert

RGB8512895-
CMYK0.3400.260.50
HSL133.95º20.19%41.76%-
HSV(B)133.95º33.59%50.2%-
XYZ13.5318.213.63-
YUV111.38118.75109.18-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.60%
GREEN value IS 128 (50.39% from 255) = 41.56%
BLUE value IS 95 (37.5% from 255) = 30.84%
R=27.60%
G=41.56%
B=30.84%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85128950.3400.260.50133.9520.1941.76
Hex55805F2201A3286142a
Octal12520013742032622062452
Binary10101011000000010111111000100110101100101000011010100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55805F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55805F; }

 p { color: rgb(85,128,95); }

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

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

 a { background-color: rgb(85,128,95); }

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

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

 span { border-color: rgb(85,128,95); }

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