Shades of Salt Box #655362
Tints of Salt Box #655362
RGB
CMYK
RGB Variations
Color information
#655362 (or 0x655362) is known color: Salt Box. HEX triplet: 65, 53 and 62. RGB value is (101,83,98). Sum of RGB (Red+Green+Blue) = 101+83+98=282 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.82% from 282); Green value is 83 (32.81% from 255 or 29.43% from 282); Blue value is 98 (38.67% from 255 or 34.75% from 282); Max value from RGB is 101 - color contains mainly: red. Hex color #655362 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655362 is #9AAC9D. Grayscale: #5A5A5A. Windows color (decimal): -10136734 or 6443877. OLE color: 6443877.
HSL color Cylindrical-coordinate representation of color #655362: hue angle of 310º degrees, saturation: 0.1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #655362 is Cyan = 0, Magento = 0.18, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 98 | - |
| CMYK | 0 | 0.18 | 0.03 | 0.60 |
| HSL | 310º | 0.1% | 0.36% | - |
| HSV(B) | 310º | 0.18% | 0.4% | - |
| XYZ | 10.66 | 9.84 | 12.89 | - |
| YUV | 90.09 | 132.46 | 135.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 98 | 0 | 0.18 | 0.03 | 0.60 | 310 | 0.1 | 0.36 |
| Hex | 65 | 53 | 62 | 0 | 12 | 3 | 3C | 136 | A | 24 |
| Octal | 145 | 123 | 142 | 0 | 22 | 3 | 74 | 466 | 12 | 44 |
| Binary | 1100101 | 1010011 | 1100010 | 0 | 10010 | 11 | 111100 | 100110110 | 1010 | 100100 |
Color Harmonies of #655362
Complementary color
Monochromatic Colors of #655362
Black with #655362
Text Example
Text Example
White with #655362
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655362; }
p { color: rgb(101,83,98); }
H1.HeaderClassName
{
color: #655362;
}
.AnyTagClassName
{
color: #655362;
}
</style>
background-color css
<style>
a { background-color: #655362; }
a { background-color: rgb(101,83,98); }
div.DivClassName
{
background-color: #655362;
}
.BgClassName
{
background-color: #655362;
}
</style>
border-color css
<style>
span { border-color: #655362; }
span { border-color: rgb(101,83,98); }
td.TdClassName
{
border-color: #655362;
}
.TagClassName
{
border-color: #655362;
}
</style>