Shades of Salt Box #5E525C
Tints of Salt Box #5E525C
RGB
CMYK
RGB Variations
Color information
#5E525C (or 0x5E525C) is known color: Salt Box. HEX triplet: 5E, 52 and 5C. RGB value is (94,82,92). Sum of RGB (Red+Green+Blue) = 94+82+92=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 82 (32.42% from 255 or 30.60% from 268); Blue value is 92 (36.33% from 255 or 34.33% from 268); Max value from RGB is 94 - color contains mainly: red. Hex color #5E525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E525C is #A1ADA3. Grayscale: #565656. Windows color (decimal): -10595748 or 6050398. OLE color: 6050398.
HSL color Cylindrical-coordinate representation of color #5E525C: hue angle of 310º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #5E525C is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 82 | 92 | - |
CMYK | 0 | 0.13 | 0.02 | 0.63 |
HSL | 310º | 0.07% | 0.35% | - |
HSV(B) | 310º | 0.13% | 0.37% | - |
XYZ | 9.57 | 9.19 | 11.39 | - |
YUV | 86.73 | 130.98 | 133.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 82 | 92 | 0 | 0.13 | 0.02 | 0.63 | 310 | 0.07 | 0.35 |
Hex | 5E | 52 | 5C | 0 | D | 2 | 3F | 136 | 7 | 23 |
Octal | 136 | 122 | 134 | 0 | 15 | 2 | 77 | 466 | 7 | 43 |
Binary | 1011110 | 1010010 | 1011100 | 0 | 1101 | 10 | 111111 | 100110110 | 111 | 100011 |
Color Harmonies of #5E525C
Complementary color
Monochromatic Colors of #5E525C
Black with #5E525C
Text Example
Text Example
White with #5E525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E525C; }
p { color: rgb(94,82,92); }
H1.HeaderClassName
{
color: #5E525C;
}
.AnyTagClassName
{
color: #5E525C;
}
</style>
background-color css
<style>
a { background-color: #5E525C; }
a { background-color: rgb(94,82,92); }
div.DivClassName
{
background-color: #5E525C;
}
.BgClassName
{
background-color: #5E525C;
}
</style>
border-color css
<style>
span { border-color: #5E525C; }
span { border-color: rgb(94,82,92); }
td.TdClassName
{
border-color: #5E525C;
}
.TagClassName
{
border-color: #5E525C;
}
</style>