Shades of Salt Box #5B535A
Tints of Salt Box #5B535A
RGB
CMYK
RGB Variations
Color information
#5B535A (or 0x5B535A) is known color: Salt Box. HEX triplet: 5B, 53 and 5A. RGB value is (91,83,90). Sum of RGB (Red+Green+Blue) = 91+83+90=264 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.47% from 264); Green value is 83 (32.81% from 255 or 31.44% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 91 - color contains mainly: red. Hex color #5B535A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B535A is #A4ACA5. Grayscale: #565656. Windows color (decimal): -10792102 or 5919579. OLE color: 5919579.
HSL color Cylindrical-coordinate representation of color #5B535A: hue angle of 307.5º degrees, saturation: 0.05, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #5B535A is Cyan = 0, Magento = 0.09, Yellow = 0.01 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 83 | 90 | - |
| CMYK | 0 | 0.09 | 0.01 | 0.64 |
| HSL | 307.5º | 0.05% | 0.34% | - |
| HSV(B) | 307.5º | 0.09% | 0.36% | - |
| XYZ | 9.25 | 9.15 | 10.95 | - |
| YUV | 86.19 | 130.15 | 131.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 83 | 90 | 0 | 0.09 | 0.01 | 0.64 | 307.5 | 0.05 | 0.34 |
| Hex | 5B | 53 | 5A | 0 | 9 | 1 | 40 | 134 | 5 | 22 |
| Octal | 133 | 123 | 132 | 0 | 11 | 1 | 100 | 464 | 5 | 42 |
| Binary | 1011011 | 1010011 | 1011010 | 0 | 1001 | 1 | 1000000 | 100110100 | 101 | 100010 |
Color Harmonies of #5B535A
Complementary color
Monochromatic Colors of #5B535A
Black with #5B535A
Text Example
Text Example
White with #5B535A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B535A; }
p { color: rgb(91,83,90); }
H1.HeaderClassName
{
color: #5B535A;
}
.AnyTagClassName
{
color: #5B535A;
}
</style>
background-color css
<style>
a { background-color: #5B535A; }
a { background-color: rgb(91,83,90); }
div.DivClassName
{
background-color: #5B535A;
}
.BgClassName
{
background-color: #5B535A;
}
</style>
border-color css
<style>
span { border-color: #5B535A; }
span { border-color: rgb(91,83,90); }
td.TdClassName
{
border-color: #5B535A;
}
.TagClassName
{
border-color: #5B535A;
}
</style>