Shades of Salt Box #62535D
Tints of Salt Box #62535D
RGB
CMYK
RGB Variations
Color information
#62535D (or 0x62535D) is known color: Salt Box. HEX triplet: 62, 53 and 5D. RGB value is (98,83,93). Sum of RGB (Red+Green+Blue) = 98+83+93=274 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.77% from 274); Green value is 83 (32.81% from 255 or 30.29% from 274); Blue value is 93 (36.72% from 255 or 33.94% from 274); Max value from RGB is 98 - color contains mainly: red. Hex color #62535D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62535D is #9DACA2. Grayscale: #585858. Windows color (decimal): -10333347 or 6116194. OLE color: 6116194.
HSL color Cylindrical-coordinate representation of color #62535D: hue angle of 320º 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 #62535D is Cyan = 0, Magento = 0.15, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 83 | 93 | - |
| CMYK | 0 | 0.15 | 0.05 | 0.62 |
| HSL | 320º | 0.08% | 0.35% | - |
| HSV(B) | 320º | 0.15% | 0.38% | - |
| XYZ | 10.11 | 9.57 | 11.67 | - |
| YUV | 88.63 | 130.47 | 134.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 83 | 93 | 0 | 0.15 | 0.05 | 0.62 | 320 | 0.08 | 0.35 |
| Hex | 62 | 53 | 5D | 0 | F | 5 | 3E | 140 | 8 | 23 |
| Octal | 142 | 123 | 135 | 0 | 17 | 5 | 76 | 500 | 10 | 43 |
| Binary | 1100010 | 1010011 | 1011101 | 0 | 1111 | 101 | 111110 | 101000000 | 1000 | 100011 |
Color Harmonies of #62535D
Complementary color
Monochromatic Colors of #62535D
Black with #62535D
Text Example
Text Example
White with #62535D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62535D; }
p { color: rgb(98,83,93); }
H1.HeaderClassName
{
color: #62535D;
}
.AnyTagClassName
{
color: #62535D;
}
</style>
background-color css
<style>
a { background-color: #62535D; }
a { background-color: rgb(98,83,93); }
div.DivClassName
{
background-color: #62535D;
}
.BgClassName
{
background-color: #62535D;
}
</style>
border-color css
<style>
span { border-color: #62535D; }
span { border-color: rgb(98,83,93); }
td.TdClassName
{
border-color: #62535D;
}
.TagClassName
{
border-color: #62535D;
}
</style>