Shades of Salt Box #62505D
Tints of Salt Box #62505D
RGB
CMYK
RGB Variations
Color information
#62505D (or 0x62505D) is known color: Salt Box. HEX triplet: 62, 50 and 5D. RGB value is (98,80,93). Sum of RGB (Red+Green+Blue) = 98+80+93=271 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.16% from 271); Green value is 80 (31.64% from 255 or 29.52% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 98 - color contains mainly: red. Hex color #62505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62505D is #9DAFA2. Grayscale: #565656. Windows color (decimal): -10334115 or 6115426. OLE color: 6115426.
HSL color Cylindrical-coordinate representation of color #62505D: hue angle of 316.67º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #62505D is Cyan = 0, Magento = 0.18, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 80 | 93 | - |
| CMYK | 0 | 0.18 | 0.05 | 0.62 |
| HSL | 316.67º | 0.1% | 0.35% | - |
| HSV(B) | 316.67º | 0.18% | 0.38% | - |
| XYZ | 9.88 | 9.12 | 11.6 | - |
| YUV | 86.86 | 131.46 | 135.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 80 | 93 | 0 | 0.18 | 0.05 | 0.62 | 316.67 | 0.1 | 0.35 |
| Hex | 62 | 50 | 5D | 0 | 12 | 5 | 3E | 13D | A | 23 |
| Octal | 142 | 120 | 135 | 0 | 22 | 5 | 76 | 475 | 12 | 43 |
| Binary | 1100010 | 1010000 | 1011101 | 0 | 10010 | 101 | 111110 | 100111101 | 1010 | 100011 |
Color Harmonies of #62505D
Complementary color
Monochromatic Colors of #62505D
Black with #62505D
Text Example
Text Example
White with #62505D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62505D; }
p { color: rgb(98,80,93); }
H1.HeaderClassName
{
color: #62505D;
}
.AnyTagClassName
{
color: #62505D;
}
</style>
background-color css
<style>
a { background-color: #62505D; }
a { background-color: rgb(98,80,93); }
div.DivClassName
{
background-color: #62505D;
}
.BgClassName
{
background-color: #62505D;
}
</style>
border-color css
<style>
span { border-color: #62505D; }
span { border-color: rgb(98,80,93); }
td.TdClassName
{
border-color: #62505D;
}
.TagClassName
{
border-color: #62505D;
}
</style>