Shades of Salt Box #5E535C
Tints of Salt Box #5E535C
RGB
CMYK
RGB Variations
Color information
#5E535C (or 0x5E535C) is known color: Salt Box. HEX triplet: 5E, 53 and 5C. RGB value is (94,83,92). Sum of RGB (Red+Green+Blue) = 94+83+92=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 83 (32.81% from 255 or 30.86% from 269); Blue value is 92 (36.33% from 255 or 34.20% from 269); Max value from RGB is 94 - color contains mainly: red. Hex color #5E535C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E535C is #A1ACA3. Grayscale: #575757. Windows color (decimal): -10595492 or 6050654. OLE color: 6050654.
HSL color Cylindrical-coordinate representation of color #5E535C: hue angle of 310.91º degrees, saturation: 0.06, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #5E535C is Cyan = 0, Magento = 0.12, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 83 | 92 | - |
CMYK | 0 | 0.12 | 0.02 | 0.63 |
HSL | 310.91º | 0.06% | 0.35% | - |
HSV(B) | 310.91º | 0.12% | 0.37% | - |
XYZ | 9.64 | 9.34 | 11.42 | - |
YUV | 87.32 | 130.64 | 132.77 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 83 | 92 | 0 | 0.12 | 0.02 | 0.63 | 310.91 | 0.06 | 0.35 |
Hex | 5E | 53 | 5C | 0 | C | 2 | 3F | 137 | 6 | 23 |
Octal | 136 | 123 | 134 | 0 | 14 | 2 | 77 | 467 | 6 | 43 |
Binary | 1011110 | 1010011 | 1011100 | 0 | 1100 | 10 | 111111 | 100110111 | 110 | 100011 |
Color Harmonies of #5E535C
Complementary color
Monochromatic Colors of #5E535C
Black with #5E535C
Text Example
Text Example
White with #5E535C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E535C; }
p { color: rgb(94,83,92); }
H1.HeaderClassName
{
color: #5E535C;
}
.AnyTagClassName
{
color: #5E535C;
}
</style>
background-color css
<style>
a { background-color: #5E535C; }
a { background-color: rgb(94,83,92); }
div.DivClassName
{
background-color: #5E535C;
}
.BgClassName
{
background-color: #5E535C;
}
</style>
border-color css
<style>
span { border-color: #5E535C; }
span { border-color: rgb(94,83,92); }
td.TdClassName
{
border-color: #5E535C;
}
.TagClassName
{
border-color: #5E535C;
}
</style>