Shades of Salt Box #655262
Tints of Salt Box #655262
RGB
CMYK
RGB Variations
Color information
#655262 (or 0x655262) is known color: Salt Box. HEX triplet: 65, 52 and 62. RGB value is (101,82,98). Sum of RGB (Red+Green+Blue) = 101+82+98=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 98 (38.67% from 255 or 34.88% from 281); Max value from RGB is 101 - color contains mainly: red. Hex color #655262 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655262 is #9AAD9D. Grayscale: #595959. Windows color (decimal): -10136990 or 6443621. OLE color: 6443621.
HSL color Cylindrical-coordinate representation of color #655262: hue angle of 309.47º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #655262 is Cyan = 0, Magento = 0.19, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 98 | - |
| CMYK | 0 | 0.19 | 0.03 | 0.60 |
| HSL | 309.47º | 0.1% | 0.36% | - |
| HSV(B) | 309.47º | 0.19% | 0.4% | - |
| XYZ | 10.59 | 9.68 | 12.87 | - |
| YUV | 89.51 | 132.79 | 136.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 98 | 0 | 0.19 | 0.03 | 0.60 | 309.47 | 0.1 | 0.36 |
| Hex | 65 | 52 | 62 | 0 | 13 | 3 | 3C | 135 | A | 24 |
| Octal | 145 | 122 | 142 | 0 | 23 | 3 | 74 | 465 | 12 | 44 |
| Binary | 1100101 | 1010010 | 1100010 | 0 | 10011 | 11 | 111100 | 100110101 | 1010 | 100100 |
Color Harmonies of #655262
Complementary color
Monochromatic Colors of #655262
Black with #655262
Text Example
Text Example
White with #655262
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655262; }
p { color: rgb(101,82,98); }
H1.HeaderClassName
{
color: #655262;
}
.AnyTagClassName
{
color: #655262;
}
</style>
background-color css
<style>
a { background-color: #655262; }
a { background-color: rgb(101,82,98); }
div.DivClassName
{
background-color: #655262;
}
.BgClassName
{
background-color: #655262;
}
</style>
border-color css
<style>
span { border-color: #655262; }
span { border-color: rgb(101,82,98); }
td.TdClassName
{
border-color: #655262;
}
.TagClassName
{
border-color: #655262;
}
</style>