Shades of Salt Box #655564
Tints of Salt Box #655564
RGB
CMYK
RGB Variations
Color information
#655564 (or 0x655564) is known color: Salt Box. HEX triplet: 65, 55 and 64. RGB value is (101,85,100). Sum of RGB (Red+Green+Blue) = 101+85+100=286 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.31% from 286); Green value is 85 (33.59% from 255 or 29.72% from 286); Blue value is 100 (39.45% from 255 or 34.97% from 286); Max value from RGB is 101 - color contains mainly: red. Hex color #655564 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655564 is #9AAA9B. Grayscale: #5B5B5B. Windows color (decimal): -10136220 or 6575461. OLE color: 6575461.
HSL color Cylindrical-coordinate representation of color #655564: hue angle of 303.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #655564 is Cyan = 0, Magento = 0.16, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 100 | - |
| CMYK | 0 | 0.16 | 0.01 | 0.60 |
| HSL | 303.75º | 0.09% | 0.36% | - |
| HSV(B) | 303.75º | 0.16% | 0.4% | - |
| XYZ | 10.92 | 10.18 | 13.45 | - |
| YUV | 91.49 | 132.8 | 134.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 100 | 0 | 0.16 | 0.01 | 0.60 | 303.75 | 0.09 | 0.36 |
| Hex | 65 | 55 | 64 | 0 | 10 | 1 | 3C | 130 | 9 | 24 |
| Octal | 145 | 125 | 144 | 0 | 20 | 1 | 74 | 460 | 11 | 44 |
| Binary | 1100101 | 1010101 | 1100100 | 0 | 10000 | 1 | 111100 | 100110000 | 1001 | 100100 |
Color Harmonies of #655564
Complementary color
Monochromatic Colors of #655564
Black with #655564
Text Example
Text Example
White with #655564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655564; }
p { color: rgb(101,85,100); }
H1.HeaderClassName
{
color: #655564;
}
.AnyTagClassName
{
color: #655564;
}
</style>
background-color css
<style>
a { background-color: #655564; }
a { background-color: rgb(101,85,100); }
div.DivClassName
{
background-color: #655564;
}
.BgClassName
{
background-color: #655564;
}
</style>
border-color css
<style>
span { border-color: #655564; }
span { border-color: rgb(101,85,100); }
td.TdClassName
{
border-color: #655564;
}
.TagClassName
{
border-color: #655564;
}
</style>