Shades of Salt Box #655563
Tints of Salt Box #655563
RGB
CMYK
RGB Variations
Color information
#655563 (or 0x655563) is known color: Salt Box. HEX triplet: 65, 55 and 63. RGB value is (101,85,99). Sum of RGB (Red+Green+Blue) = 101+85+99=285 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.44% from 285); Green value is 85 (33.59% from 255 or 29.82% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 101 - color contains mainly: red. Hex color #655563 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655563 is #9AAA9C. Grayscale: #5B5B5B. Windows color (decimal): -10136221 or 6509925. OLE color: 6509925.
HSL color Cylindrical-coordinate representation of color #655563: hue angle of 307.5º 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 #655563 is Cyan = 0, Magento = 0.16, Yellow = 0.02 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 99 | - |
| CMYK | 0 | 0.16 | 0.02 | 0.60 |
| HSL | 307.5º | 0.09% | 0.36% | - |
| HSV(B) | 307.5º | 0.16% | 0.4% | - |
| XYZ | 10.87 | 10.16 | 13.19 | - |
| YUV | 91.38 | 132.3 | 134.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 99 | 0 | 0.16 | 0.02 | 0.60 | 307.5 | 0.09 | 0.36 |
| Hex | 65 | 55 | 63 | 0 | 10 | 2 | 3C | 134 | 9 | 24 |
| Octal | 145 | 125 | 143 | 0 | 20 | 2 | 74 | 464 | 11 | 44 |
| Binary | 1100101 | 1010101 | 1100011 | 0 | 10000 | 10 | 111100 | 100110100 | 1001 | 100100 |
Color Harmonies of #655563
Complementary color
Monochromatic Colors of #655563
Black with #655563
Text Example
Text Example
White with #655563
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655563; }
p { color: rgb(101,85,99); }
H1.HeaderClassName
{
color: #655563;
}
.AnyTagClassName
{
color: #655563;
}
</style>
background-color css
<style>
a { background-color: #655563; }
a { background-color: rgb(101,85,99); }
div.DivClassName
{
background-color: #655563;
}
.BgClassName
{
background-color: #655563;
}
</style>
border-color css
<style>
span { border-color: #655563; }
span { border-color: rgb(101,85,99); }
td.TdClassName
{
border-color: #655563;
}
.TagClassName
{
border-color: #655563;
}
</style>