Shades of Salt Box #655263
Tints of Salt Box #655263
RGB
CMYK
RGB Variations
Color information
#655263 (or 0x655263) is known color: Salt Box. HEX triplet: 65, 52 and 63. RGB value is (101,82,99). Sum of RGB (Red+Green+Blue) = 101+82+99=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 101 - color contains mainly: red. Hex color #655263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655263 is #9AAD9C. Grayscale: #595959. Windows color (decimal): -10136989 or 6509157. OLE color: 6509157.
HSL color Cylindrical-coordinate representation of color #655263: hue angle of 306.32º 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 #655263 is Cyan = 0, Magento = 0.19, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 99 | - |
| CMYK | 0 | 0.19 | 0.02 | 0.60 |
| HSL | 306.32º | 0.1% | 0.36% | - |
| HSV(B) | 306.32º | 0.19% | 0.4% | - |
| XYZ | 10.64 | 9.7 | 13.12 | - |
| YUV | 89.62 | 133.29 | 136.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 99 | 0 | 0.19 | 0.02 | 0.60 | 306.32 | 0.1 | 0.36 |
| Hex | 65 | 52 | 63 | 0 | 13 | 2 | 3C | 132 | A | 24 |
| Octal | 145 | 122 | 143 | 0 | 23 | 2 | 74 | 462 | 12 | 44 |
| Binary | 1100101 | 1010010 | 1100011 | 0 | 10011 | 10 | 111100 | 100110010 | 1010 | 100100 |
Color Harmonies of #655263
Complementary color
Monochromatic Colors of #655263
Black with #655263
Text Example
Text Example
White with #655263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655263; }
p { color: rgb(101,82,99); }
H1.HeaderClassName
{
color: #655263;
}
.AnyTagClassName
{
color: #655263;
}
</style>
background-color css
<style>
a { background-color: #655263; }
a { background-color: rgb(101,82,99); }
div.DivClassName
{
background-color: #655263;
}
.BgClassName
{
background-color: #655263;
}
</style>
border-color css
<style>
span { border-color: #655263; }
span { border-color: rgb(101,82,99); }
td.TdClassName
{
border-color: #655263;
}
.TagClassName
{
border-color: #655263;
}
</style>