Shades of Salt Box #655863
Tints of Salt Box #655863
RGB
CMYK
RGB Variations
Color information
#655863 (or 0x655863) is known color: Salt Box. HEX triplet: 65, 58 and 63. RGB value is (101,88,99). Sum of RGB (Red+Green+Blue) = 101+88+99=288 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.07% from 288); Green value is 88 (34.77% from 255 or 30.56% from 288); Blue value is 99 (39.06% from 255 or 34.38% from 288); Max value from RGB is 101 - color contains mainly: red. Hex color #655863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655863 is #9AA79C. Grayscale: #5D5D5D. Windows color (decimal): -10135453 or 6510693. OLE color: 6510693.
HSL color Cylindrical-coordinate representation of color #655863: hue angle of 309.23º 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 #655863 is Cyan = 0, Magento = 0.13, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 99 | - |
| CMYK | 0 | 0.13 | 0.02 | 0.60 |
| HSL | 309.23º | 0.07% | 0.37% | - |
| HSV(B) | 309.23º | 0.13% | 0.4% | - |
| XYZ | 11.11 | 10.65 | 13.27 | - |
| YUV | 93.14 | 131.31 | 133.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 99 | 0 | 0.13 | 0.02 | 0.60 | 309.23 | 0.07 | 0.37 |
| Hex | 65 | 58 | 63 | 0 | D | 2 | 3C | 135 | 7 | 25 |
| Octal | 145 | 130 | 143 | 0 | 15 | 2 | 74 | 465 | 7 | 45 |
| Binary | 1100101 | 1011000 | 1100011 | 0 | 1101 | 10 | 111100 | 100110101 | 111 | 100101 |
Color Harmonies of #655863
Complementary color
Monochromatic Colors of #655863
Black with #655863
Text Example
Text Example
White with #655863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655863; }
p { color: rgb(101,88,99); }
H1.HeaderClassName
{
color: #655863;
}
.AnyTagClassName
{
color: #655863;
}
</style>
background-color css
<style>
a { background-color: #655863; }
a { background-color: rgb(101,88,99); }
div.DivClassName
{
background-color: #655863;
}
.BgClassName
{
background-color: #655863;
}
</style>
border-color css
<style>
span { border-color: #655863; }
span { border-color: rgb(101,88,99); }
td.TdClassName
{
border-color: #655863;
}
.TagClassName
{
border-color: #655863;
}
</style>