#55785D

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

Shades of Como #55785D

Tints of Como #55785D

Color information

#55785D (or 0x55785D) is unknown color: approx Como. HEX triplet: 55, 78 and 5D. RGB value is (85,120,93). Sum of RGB (Red+Green+Blue) = 85+120+93=298 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.52% from 298); Green value is 120 (47.27% from 255 or 40.27% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 120 - color contains mainly: green. Hex color #55785D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55785D is #AA87A2. Grayscale: #6A6A6A. Windows color (decimal): -11175843 or 6125653. OLE color: 6125653.

HSL color Cylindrical-coordinate representation of color #55785D: hue angle of 133.71º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #55785D is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB8512093-
CMYK0.2900.220.53
HSL133.71º17.07%40.2%-
HSV(B)133.71º29.17%47.06%-
XYZ12.4416.1512.82-
YUV106.46120.4112.7-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.52%
GREEN value IS 120 (47.27% from 255) = 40.27%
BLUE value IS 93 (36.72% from 255) = 31.21%
R=28.52%
G=40.27%
B=31.21%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85120930.2900.220.53133.7117.0740.2
Hex55785D1D01635861128
Octal12517013535026652062150
Binary101010111110001011101111010101101101011000011010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55785D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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