#555452

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

Shades of Masala #555452

Tints of Masala #555452

Color information

#555452 (or 0x555452) is unknown color: approx Masala. HEX triplet: 55, 54 and 52. RGB value is (85,84,82). Sum of RGB (Red+Green+Blue) = 85+84+82=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 84 (33.20% from 255 or 33.47% from 251); Blue value is 82 (32.42% from 255 or 32.67% from 251); Max value from RGB is 85 - color contains mainly: red. Hex color #555452 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555452 is #AAABAD. Grayscale: #545454. Windows color (decimal): -11185070 or 5395541. OLE color: 5395541.

HSL color Cylindrical-coordinate representation of color #555452: hue angle of 40º degrees, saturation: 0.02, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #555452 is Cyan = 0, Magento = 0.01, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB858482-
CMYK00.010.040.67
HSL40º1.8%32.75%-
HSV(B)40º3.53%33.33%-
XYZ8.448.889.25-
YUV84.07126.83128.66-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.86%
GREEN value IS 84 (33.20% from 255) = 33.47%
BLUE value IS 82 (32.42% from 255) = 32.67%
R=33.86%
G=33.47%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.04
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85848200.010.040.67401.832.75
Hex5554520144328221
Octal12512412201410350241
Binary10101011010100101001001100100001110100010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555452; }

 p { color: rgb(85,84,82); }

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

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

 a { background-color: rgb(85,84,82); }

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

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

 span { border-color: rgb(85,84,82); }

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