Shades of Salt Box #62535F
Tints of Salt Box #62535F
RGB
CMYK
RGB Variations
Color information
#62535F (or 0x62535F) is known color: Salt Box. HEX triplet: 62, 53 and 5F. RGB value is (98,83,95). Sum of RGB (Red+Green+Blue) = 98+83+95=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 95 (37.5% from 255 or 34.42% from 276); Max value from RGB is 98 - color contains mainly: red. Hex color #62535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62535F is #9DACA0. Grayscale: #585858. Windows color (decimal): -10333345 or 6247266. OLE color: 6247266.
HSL color Cylindrical-coordinate representation of color #62535F: hue angle of 312º 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 #62535F is Cyan = 0, Magento = 0.15, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 83 | 95 | - |
| CMYK | 0 | 0.15 | 0.03 | 0.62 |
| HSL | 312º | 0.08% | 0.35% | - |
| HSV(B) | 312º | 0.15% | 0.38% | - |
| XYZ | 10.2 | 9.61 | 12.14 | - |
| YUV | 88.85 | 131.47 | 134.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 95 | 0 | 0.15 | 0.03 | 0.62 | 312 | 0.08 | 0.35 |
| Hex | 62 | 53 | 5F | 0 | F | 3 | 3E | 138 | 8 | 23 |
| Octal | 142 | 123 | 137 | 0 | 17 | 3 | 76 | 470 | 10 | 43 |
| Binary | 1100010 | 1010011 | 1011111 | 0 | 1111 | 11 | 111110 | 100111000 | 1000 | 100011 |
Color Harmonies of #62535F
Complementary color
Monochromatic Colors of #62535F
Black with #62535F
Text Example
Text Example
White with #62535F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62535F; }
p { color: rgb(98,83,95); }
H1.HeaderClassName
{
color: #62535F;
}
.AnyTagClassName
{
color: #62535F;
}
</style>
background-color css
<style>
a { background-color: #62535F; }
a { background-color: rgb(98,83,95); }
div.DivClassName
{
background-color: #62535F;
}
.BgClassName
{
background-color: #62535F;
}
</style>
border-color css
<style>
span { border-color: #62535F; }
span { border-color: rgb(98,83,95); }
td.TdClassName
{
border-color: #62535F;
}
.TagClassName
{
border-color: #62535F;
}
</style>