Shades of Salt Box #62555F
Tints of Salt Box #62555F
RGB
CMYK
RGB Variations
Color information
#62555F (or 0x62555F) is known color: Salt Box. HEX triplet: 62, 55 and 5F. RGB value is (98,85,95). Sum of RGB (Red+Green+Blue) = 98+85+95=278 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.25% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 95 (37.5% from 255 or 34.17% from 278); Max value from RGB is 98 - color contains mainly: red. Hex color #62555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #62555F is #9DAAA0. Grayscale: #5A5A5A. Windows color (decimal): -10332833 or 6247778. OLE color: 6247778.
HSL color Cylindrical-coordinate representation of color #62555F: hue angle of 313.85º degrees, saturation: 0.07, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #62555F is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 85 | 95 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.62 |
| HSL | 313.85º | 0.07% | 0.36% | - |
| HSV(B) | 313.85º | 0.13% | 0.38% | - |
| XYZ | 10.35 | 9.92 | 12.2 | - |
| YUV | 90.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 85 | 95 | 0 | 0.13 | 0.03 | 0.62 | 313.85 | 0.07 | 0.36 |
| Hex | 62 | 55 | 5F | 0 | D | 3 | 3E | 13A | 7 | 24 |
| Octal | 142 | 125 | 137 | 0 | 15 | 3 | 76 | 472 | 7 | 44 |
| Binary | 1100010 | 1010101 | 1011111 | 0 | 1101 | 11 | 111110 | 100111010 | 111 | 100100 |
Color Harmonies of #62555F
Complementary color
Monochromatic Colors of #62555F
Black with #62555F
Text Example
Text Example
White with #62555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #62555F; }
p { color: rgb(98,85,95); }
H1.HeaderClassName
{
color: #62555F;
}
.AnyTagClassName
{
color: #62555F;
}
</style>
background-color css
<style>
a { background-color: #62555F; }
a { background-color: rgb(98,85,95); }
div.DivClassName
{
background-color: #62555F;
}
.BgClassName
{
background-color: #62555F;
}
</style>
border-color css
<style>
span { border-color: #62555F; }
span { border-color: rgb(98,85,95); }
td.TdClassName
{
border-color: #62555F;
}
.TagClassName
{
border-color: #62555F;
}
</style>