#55875D

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

Shades of Como #55875D

Tints of Como #55875D

Color information

#55875D (or 0x55875D) is unknown color: approx Como. HEX triplet: 55, 87 and 5D. RGB value is (85,135,93). Sum of RGB (Red+Green+Blue) = 85+135+93=313 (41% of max value = 765). Red value is 85 (33.59% from 255 or 27.16% from 313); Green value is 135 (53.12% from 255 or 43.13% from 313); Blue value is 93 (36.72% from 255 or 29.71% from 313); Max value from RGB is 135 - color contains mainly: green. Hex color #55875D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #55875D is #AA78A2. Grayscale: #737373. Windows color (decimal): -11172003 or 6129493. OLE color: 6129493.

HSL color Cylindrical-coordinate representation of color #55875D: hue angle of 129.6º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #55875D is Cyan = 0.37, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB8513593-
CMYK0.3700.310.47
HSL129.6º22.73%43.14%-
HSV(B)129.6º37.04%52.94%-
XYZ14.3920.0513.47-
YUV115.26115.44106.42-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.16%
GREEN value IS 135 (53.12% from 255) = 43.13%
BLUE value IS 93 (36.72% from 255) = 29.71%
R=27.16%
G=43.13%
B=29.71%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85135930.3700.310.47129.622.7343.14
Hex55875D2501F2F82172b
Octal12520713545037572022753
Binary10101011000011110111011001010111111011111000001010111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55875D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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