Shades of Salt Box #5E505C
Tints of Salt Box #5E505C
RGB
CMYK
RGB Variations
Color information
#5E505C (or 0x5E505C) is known color: Salt Box. HEX triplet: 5E, 50 and 5C. RGB value is (94,80,92). Sum of RGB (Red+Green+Blue) = 94+80+92=266 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.34% from 266); Green value is 80 (31.64% from 255 or 30.08% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 94 - color contains mainly: red. Hex color #5E505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E505C is #A1AFA3. Grayscale: #555555. Windows color (decimal): -10596260 or 6049886. OLE color: 6049886.
HSL color Cylindrical-coordinate representation of color #5E505C: hue angle of 308.57º degrees, saturation: 0.08, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #5E505C is Cyan = 0, Magento = 0.15, Yellow = 0.02 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 80 | 92 | - |
CMYK | 0 | 0.15 | 0.02 | 0.63 |
HSL | 308.57º | 0.08% | 0.34% | - |
HSV(B) | 308.57º | 0.15% | 0.37% | - |
XYZ | 9.42 | 8.89 | 11.34 | - |
YUV | 85.55 | 131.64 | 134.02 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 80 | 92 | 0 | 0.15 | 0.02 | 0.63 | 308.57 | 0.08 | 0.34 |
Hex | 5E | 50 | 5C | 0 | F | 2 | 3F | 135 | 8 | 22 |
Octal | 136 | 120 | 134 | 0 | 17 | 2 | 77 | 465 | 10 | 42 |
Binary | 1011110 | 1010000 | 1011100 | 0 | 1111 | 10 | 111111 | 100110101 | 1000 | 100010 |
Color Harmonies of #5E505C
Complementary color
Monochromatic Colors of #5E505C
Black with #5E505C
Text Example
Text Example
White with #5E505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E505C; }
p { color: rgb(94,80,92); }
H1.HeaderClassName
{
color: #5E505C;
}
.AnyTagClassName
{
color: #5E505C;
}
</style>
background-color css
<style>
a { background-color: #5E505C; }
a { background-color: rgb(94,80,92); }
div.DivClassName
{
background-color: #5E505C;
}
.BgClassName
{
background-color: #5E505C;
}
</style>
border-color css
<style>
span { border-color: #5E505C; }
span { border-color: rgb(94,80,92); }
td.TdClassName
{
border-color: #5E505C;
}
.TagClassName
{
border-color: #5E505C;
}
</style>