Shades of Salt Box #655862
Tints of Salt Box #655862
RGB
CMYK
RGB Variations
Color information
#655862 (or 0x655862) is known color: Salt Box. HEX triplet: 65, 58 and 62. RGB value is (101,88,98). Sum of RGB (Red+Green+Blue) = 101+88+98=287 (38% of max value = 765). Red value is 101 (39.84% from 255 or 35.19% from 287); Green value is 88 (34.77% from 255 or 30.66% from 287); Blue value is 98 (38.67% from 255 or 34.15% from 287); Max value from RGB is 101 - color contains mainly: red. Hex color #655862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655862 is #9AA79D. Grayscale: #5D5D5D. Windows color (decimal): -10135454 or 6445157. OLE color: 6445157.
HSL color Cylindrical-coordinate representation of color #655862: hue angle of 313.85º 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 #655862 is Cyan = 0, Magento = 0.13, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 88 | 98 | - |
| CMYK | 0 | 0.13 | 0.03 | 0.60 |
| HSL | 313.85º | 0.07% | 0.37% | - |
| HSV(B) | 313.85º | 0.13% | 0.4% | - |
| XYZ | 11.06 | 10.63 | 13.02 | - |
| YUV | 93.03 | 130.81 | 133.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 88 | 98 | 0 | 0.13 | 0.03 | 0.60 | 313.85 | 0.07 | 0.37 |
| Hex | 65 | 58 | 62 | 0 | D | 3 | 3C | 13A | 7 | 25 |
| Octal | 145 | 130 | 142 | 0 | 15 | 3 | 74 | 472 | 7 | 45 |
| Binary | 1100101 | 1011000 | 1100010 | 0 | 1101 | 11 | 111100 | 100111010 | 111 | 100101 |
Color Harmonies of #655862
Complementary color
Monochromatic Colors of #655862
Black with #655862
Text Example
Text Example
White with #655862
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655862; }
p { color: rgb(101,88,98); }
H1.HeaderClassName
{
color: #655862;
}
.AnyTagClassName
{
color: #655862;
}
</style>
background-color css
<style>
a { background-color: #655862; }
a { background-color: rgb(101,88,98); }
div.DivClassName
{
background-color: #655862;
}
.BgClassName
{
background-color: #655862;
}
</style>
border-color css
<style>
span { border-color: #655862; }
span { border-color: rgb(101,88,98); }
td.TdClassName
{
border-color: #655862;
}
.TagClassName
{
border-color: #655862;
}
</style>