Shades of Salt Box #62535E
Tints of Salt Box #62535E
RGB
CMYK
RGB Variations
Color information
#62535E (or 0x62535E) is known color: Salt Box. HEX triplet: 62, 53 and 5E. RGB value is (98,83,94). Sum of RGB (Red+Green+Blue) = 98+83+94=275 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.64% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 98 - color contains mainly: red. Hex color #62535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62535E is #9DACA1. Grayscale: #585858. Windows color (decimal): -10333346 or 6181730. OLE color: 6181730.
HSL color Cylindrical-coordinate representation of color #62535E: hue angle of 316º degrees, saturation: 0.08, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #62535E is Cyan = 0, Magento = 0.15, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 83 | 94 | - |
| CMYK | 0 | 0.15 | 0.04 | 0.62 |
| HSL | 316º | 0.08% | 0.35% | - |
| HSV(B) | 316º | 0.15% | 0.38% | - |
| XYZ | 10.15 | 9.59 | 11.91 | - |
| YUV | 88.74 | 130.97 | 134.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 94 | 0 | 0.15 | 0.04 | 0.62 | 316 | 0.08 | 0.35 |
| Hex | 62 | 53 | 5E | 0 | F | 4 | 3E | 13C | 8 | 23 |
| Octal | 142 | 123 | 136 | 0 | 17 | 4 | 76 | 474 | 10 | 43 |
| Binary | 1100010 | 1010011 | 1011110 | 0 | 1111 | 100 | 111110 | 100111100 | 1000 | 100011 |
Color Harmonies of #62535E
Complementary color
Monochromatic Colors of #62535E
Black with #62535E
Text Example
Text Example
White with #62535E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62535E; }
p { color: rgb(98,83,94); }
H1.HeaderClassName
{
color: #62535E;
}
.AnyTagClassName
{
color: #62535E;
}
</style>
background-color css
<style>
a { background-color: #62535E; }
a { background-color: rgb(98,83,94); }
div.DivClassName
{
background-color: #62535E;
}
.BgClassName
{
background-color: #62535E;
}
</style>
border-color css
<style>
span { border-color: #62535E; }
span { border-color: rgb(98,83,94); }
td.TdClassName
{
border-color: #62535E;
}
.TagClassName
{
border-color: #62535E;
}
</style>