Shades of Salt Box #5E515C
Tints of Salt Box #5E515C
RGB
CMYK
RGB Variations
Color information
#5E515C (or 0x5E515C) is known color: Salt Box. HEX triplet: 5E, 51 and 5C. RGB value is (94,81,92). Sum of RGB (Red+Green+Blue) = 94+81+92=267 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.21% from 267); Green value is 81 (32.03% from 255 or 30.34% from 267); Blue value is 92 (36.33% from 255 or 34.46% from 267); Max value from RGB is 94 - color contains mainly: red. Hex color #5E515C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E515C is #A1AEA3. Grayscale: #565656. Windows color (decimal): -10596004 or 6050142. OLE color: 6050142.
HSL color Cylindrical-coordinate representation of color #5E515C: hue angle of 309.23º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5E515C is Cyan = 0, Magento = 0.14, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 81 | 92 | - |
CMYK | 0 | 0.14 | 0.02 | 0.63 |
HSL | 309.23º | 0.07% | 0.34% | - |
HSV(B) | 309.23º | 0.14% | 0.37% | - |
XYZ | 9.49 | 9.04 | 11.37 | - |
YUV | 86.14 | 131.31 | 133.61 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 81 | 92 | 0 | 0.14 | 0.02 | 0.63 | 309.23 | 0.07 | 0.34 |
Hex | 5E | 51 | 5C | 0 | E | 2 | 3F | 135 | 7 | 22 |
Octal | 136 | 121 | 134 | 0 | 16 | 2 | 77 | 465 | 7 | 42 |
Binary | 1011110 | 1010001 | 1011100 | 0 | 1110 | 10 | 111111 | 100110101 | 111 | 100010 |
Color Harmonies of #5E515C
Complementary color
Monochromatic Colors of #5E515C
Black with #5E515C
Text Example
Text Example
White with #5E515C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E515C; }
p { color: rgb(94,81,92); }
H1.HeaderClassName
{
color: #5E515C;
}
.AnyTagClassName
{
color: #5E515C;
}
</style>
background-color css
<style>
a { background-color: #5E515C; }
a { background-color: rgb(94,81,92); }
div.DivClassName
{
background-color: #5E515C;
}
.BgClassName
{
background-color: #5E515C;
}
</style>
border-color css
<style>
span { border-color: #5E515C; }
span { border-color: rgb(94,81,92); }
td.TdClassName
{
border-color: #5E515C;
}
.TagClassName
{
border-color: #5E515C;
}
</style>