Shades of Salt Box #62565E
Tints of Salt Box #62565E
RGB
CMYK
RGB Variations
Color information
#62565E (or 0x62565E) is known color: Salt Box. HEX triplet: 62, 56 and 5E. RGB value is (98,86,94). Sum of RGB (Red+Green+Blue) = 98+86+94=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 98 - color contains mainly: red. Hex color #62565E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62565E is #9DA9A1. Grayscale: #5A5A5A. Windows color (decimal): -10332578 or 6182498. OLE color: 6182498.
HSL color Cylindrical-coordinate representation of color #62565E: hue angle of 320º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #62565E is Cyan = 0, Magento = 0.12, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 86 | 94 | - |
| CMYK | 0 | 0.12 | 0.04 | 0.62 |
| HSL | 320º | 0.07% | 0.36% | - |
| HSV(B) | 320º | 0.12% | 0.38% | - |
| XYZ | 10.39 | 10.06 | 11.98 | - |
| YUV | 90.5 | 129.98 | 133.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 86 | 94 | 0 | 0.12 | 0.04 | 0.62 | 320 | 0.07 | 0.36 |
| Hex | 62 | 56 | 5E | 0 | C | 4 | 3E | 140 | 7 | 24 |
| Octal | 142 | 126 | 136 | 0 | 14 | 4 | 76 | 500 | 7 | 44 |
| Binary | 1100010 | 1010110 | 1011110 | 0 | 1100 | 100 | 111110 | 101000000 | 111 | 100100 |
Color Harmonies of #62565E
Complementary color
Monochromatic Colors of #62565E
Black with #62565E
Text Example
Text Example
White with #62565E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62565E; }
p { color: rgb(98,86,94); }
H1.HeaderClassName
{
color: #62565E;
}
.AnyTagClassName
{
color: #62565E;
}
</style>
background-color css
<style>
a { background-color: #62565E; }
a { background-color: rgb(98,86,94); }
div.DivClassName
{
background-color: #62565E;
}
.BgClassName
{
background-color: #62565E;
}
</style>
border-color css
<style>
span { border-color: #62565E; }
span { border-color: rgb(98,86,94); }
td.TdClassName
{
border-color: #62565E;
}
.TagClassName
{
border-color: #62565E;
}
</style>