Shades of Salt Box #655264
Tints of Salt Box #655264
RGB
CMYK
RGB Variations
Color information
#655264 (or 0x655264) is known color: Salt Box. HEX triplet: 65, 52 and 64. RGB value is (101,82,100). Sum of RGB (Red+Green+Blue) = 101+82+100=283 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.69% from 283); Green value is 82 (32.42% from 255 or 28.98% from 283); Blue value is 100 (39.45% from 255 or 35.34% from 283); Max value from RGB is 101 - color contains mainly: red. Hex color #655264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655264 is #9AAD9B. Grayscale: #595959. Windows color (decimal): -10136988 or 6574693. OLE color: 6574693.
HSL color Cylindrical-coordinate representation of color #655264: hue angle of 303.16º 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 #655264 is Cyan = 0, Magento = 0.19, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 82 | 100 | - |
| CMYK | 0 | 0.19 | 0.01 | 0.60 |
| HSL | 303.16º | 0.1% | 0.36% | - |
| HSV(B) | 303.16º | 0.19% | 0.4% | - |
| XYZ | 10.68 | 9.72 | 13.37 | - |
| YUV | 89.73 | 133.79 | 136.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 82 | 100 | 0 | 0.19 | 0.01 | 0.60 | 303.16 | 0.1 | 0.36 |
| Hex | 65 | 52 | 64 | 0 | 13 | 1 | 3C | 12F | A | 24 |
| Octal | 145 | 122 | 144 | 0 | 23 | 1 | 74 | 457 | 12 | 44 |
| Binary | 1100101 | 1010010 | 1100100 | 0 | 10011 | 1 | 111100 | 100101111 | 1010 | 100100 |
Color Harmonies of #655264
Complementary color
Monochromatic Colors of #655264
Black with #655264
Text Example
Text Example
White with #655264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655264; }
p { color: rgb(101,82,100); }
H1.HeaderClassName
{
color: #655264;
}
.AnyTagClassName
{
color: #655264;
}
</style>
background-color css
<style>
a { background-color: #655264; }
a { background-color: rgb(101,82,100); }
div.DivClassName
{
background-color: #655264;
}
.BgClassName
{
background-color: #655264;
}
</style>
border-color css
<style>
span { border-color: #655264; }
span { border-color: rgb(101,82,100); }
td.TdClassName
{
border-color: #655264;
}
.TagClassName
{
border-color: #655264;
}
</style>