Shades of Salt Box #655864
Tints of Salt Box #655864
RGB
CMYK
RGB Variations
Color information
#655864 (or 0x655864) is known color: Salt Box. HEX triplet: 65, 58 and 64. RGB value is (101,88,100). Sum of RGB (Red+Green+Blue) = 101+88+100=289 (38% of max value = 765). Red value is 101 (39.84% from 255 or 34.95% from 289); Green value is 88 (34.77% from 255 or 30.45% from 289); Blue value is 100 (39.45% from 255 or 34.60% from 289); Max value from RGB is 101 - color contains mainly: red. Hex color #655864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655864 is #9AA79B. Grayscale: #5D5D5D. Windows color (decimal): -10135452 or 6576229. OLE color: 6576229.
HSL color Cylindrical-coordinate representation of color #655864: hue angle of 304.62º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #655864 is Cyan = 0, Magento = 0.13, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 100 | - |
| CMYK | 0 | 0.13 | 0.01 | 0.60 |
| HSL | 304.62º | 0.07% | 0.37% | - |
| HSV(B) | 304.62º | 0.13% | 0.4% | - |
| XYZ | 11.16 | 10.67 | 13.53 | - |
| YUV | 93.26 | 131.81 | 133.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 100 | 0 | 0.13 | 0.01 | 0.60 | 304.62 | 0.07 | 0.37 |
| Hex | 65 | 58 | 64 | 0 | D | 1 | 3C | 131 | 7 | 25 |
| Octal | 145 | 130 | 144 | 0 | 15 | 1 | 74 | 461 | 7 | 45 |
| Binary | 1100101 | 1011000 | 1100100 | 0 | 1101 | 1 | 111100 | 100110001 | 111 | 100101 |
Color Harmonies of #655864
Complementary color
Monochromatic Colors of #655864
Black with #655864
Text Example
Text Example
White with #655864
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655864; }
p { color: rgb(101,88,100); }
H1.HeaderClassName
{
color: #655864;
}
.AnyTagClassName
{
color: #655864;
}
</style>
background-color css
<style>
a { background-color: #655864; }
a { background-color: rgb(101,88,100); }
div.DivClassName
{
background-color: #655864;
}
.BgClassName
{
background-color: #655864;
}
</style>
border-color css
<style>
span { border-color: #655864; }
span { border-color: rgb(101,88,100); }
td.TdClassName
{
border-color: #655864;
}
.TagClassName
{
border-color: #655864;
}
</style>