Shades of Salt Box #605A5F
Tints of Salt Box #605A5F
RGB
CMYK
RGB Variations
Color information
#605A5F (or 0x605A5F) is known color: Salt Box. HEX triplet: 60, 5A and 5F. RGB value is (96,90,95). Sum of RGB (Red+Green+Blue) = 96+90+95=281 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.16% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 96 - color contains mainly: red. Hex color #605A5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605A5F is #9FA5A0. Grayscale: #5C5C5C. Windows color (decimal): -10462625 or 6249056. OLE color: 6249056.
HSL color Cylindrical-coordinate representation of color #605A5F: hue angle of 310º degrees, saturation: 0.03, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #605A5F is Cyan = 0, Magento = 0.06, Yellow = 0.01 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 90 | 95 | - |
| CMYK | 0 | 0.06 | 0.01 | 0.62 |
| HSL | 310º | 0.03% | 0.36% | - |
| HSV(B) | 310º | 0.06% | 0.38% | - |
| XYZ | 10.55 | 10.63 | 12.32 | - |
| YUV | 92.36 | 129.49 | 130.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 90 | 95 | 0 | 0.06 | 0.01 | 0.62 | 310 | 0.03 | 0.36 |
| Hex | 60 | 5A | 5F | 0 | 6 | 1 | 3E | 136 | 3 | 24 |
| Octal | 140 | 132 | 137 | 0 | 6 | 1 | 76 | 466 | 3 | 44 |
| Binary | 1100000 | 1011010 | 1011111 | 0 | 110 | 1 | 111110 | 100110110 | 11 | 100100 |
Color Harmonies of #605A5F
Complementary color
Monochromatic Colors of #605A5F
Black with #605A5F
Text Example
Text Example
White with #605A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605A5F; }
p { color: rgb(96,90,95); }
H1.HeaderClassName
{
color: #605A5F;
}
.AnyTagClassName
{
color: #605A5F;
}
</style>
background-color css
<style>
a { background-color: #605A5F; }
a { background-color: rgb(96,90,95); }
div.DivClassName
{
background-color: #605A5F;
}
.BgClassName
{
background-color: #605A5F;
}
</style>
border-color css
<style>
span { border-color: #605A5F; }
span { border-color: rgb(96,90,95); }
td.TdClassName
{
border-color: #605A5F;
}
.TagClassName
{
border-color: #605A5F;
}
</style>