#5C5852

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

Shades of Masala #5C5852

Tints of Masala #5C5852

Color information

#5C5852 (or 0x5C5852) is unknown color: approx Masala. HEX triplet: 5C, 58 and 52. RGB value is (92,88,82). Sum of RGB (Red+Green+Blue) = 92+88+82=262 (34% of max value = 765). Red value is 92 (36.33% from 255 or 35.11% from 262); Green value is 88 (34.77% from 255 or 33.59% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 92 - color contains mainly: red. Hex color #5C5852 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5C5852 is #A3A7AD. Grayscale: #585858. Windows color (decimal): -10725294 or 5396572. OLE color: 5396572.

HSL color Cylindrical-coordinate representation of color #5C5852: hue angle of 36º degrees, saturation: 0.06, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #5C5852 is Cyan = 0, Magento = 0.04, Yellow = 0.11 and Black (K on CMYK) = 0.64.

Color convert

RGB928882-
CMYK00.040.110.64
HSL36º5.75%34.12%-
HSV(B)36º10.87%36.08%-
XYZ9.439.869.39-
YUV88.51124.33130.49-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 35.11%
GREEN value IS 88 (34.77% from 255) = 33.59%
BLUE value IS 82 (32.42% from 255) = 31.30%
R=35.11%
G=33.59%
B=31.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.04
Y (Yellow) values IS 0.11
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal92888200.040.110.64365.7534.12
Hex5C585204B4024622
Octal134130122041310044642
Binary101110010110001010010010010111000000100100110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C5852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C5852; }

 p { color: rgb(92,88,82); }

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

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

 a { background-color: rgb(92,88,82); }

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

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

 span { border-color: rgb(92,88,82); }

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