Shades of Salt Box #655364
Tints of Salt Box #655364
RGB
CMYK
RGB Variations
Color information
#655364 (or 0x655364) is known color: Salt Box. HEX triplet: 65, 53 and 64. RGB value is (101,83,100). Sum of RGB (Red+Green+Blue) = 101+83+100=284 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.56% from 284); Green value is 83 (32.81% from 255 or 29.23% from 284); Blue value is 100 (39.45% from 255 or 35.21% from 284); Max value from RGB is 101 - color contains mainly: red. Hex color #655364 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655364 is #9AAC9B. Grayscale: #5A5A5A. Windows color (decimal): -10136732 or 6574949. OLE color: 6574949.
HSL color Cylindrical-coordinate representation of color #655364: hue angle of 303.33º 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 #655364 is Cyan = 0, Magento = 0.18, Yellow = 0.01 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 83 | 100 | - |
| CMYK | 0 | 0.18 | 0.01 | 0.60 |
| HSL | 303.33º | 0.1% | 0.36% | - |
| HSV(B) | 303.33º | 0.18% | 0.4% | - |
| XYZ | 10.76 | 9.87 | 13.4 | - |
| YUV | 90.32 | 133.46 | 135.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 83 | 100 | 0 | 0.18 | 0.01 | 0.60 | 303.33 | 0.1 | 0.36 |
| Hex | 65 | 53 | 64 | 0 | 12 | 1 | 3C | 12F | A | 24 |
| Octal | 145 | 123 | 144 | 0 | 22 | 1 | 74 | 457 | 12 | 44 |
| Binary | 1100101 | 1010011 | 1100100 | 0 | 10010 | 1 | 111100 | 100101111 | 1010 | 100100 |
Color Harmonies of #655364
Complementary color
Monochromatic Colors of #655364
Black with #655364
Text Example
Text Example
White with #655364
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655364; }
p { color: rgb(101,83,100); }
H1.HeaderClassName
{
color: #655364;
}
.AnyTagClassName
{
color: #655364;
}
</style>
background-color css
<style>
a { background-color: #655364; }
a { background-color: rgb(101,83,100); }
div.DivClassName
{
background-color: #655364;
}
.BgClassName
{
background-color: #655364;
}
</style>
border-color css
<style>
span { border-color: #655364; }
span { border-color: rgb(101,83,100); }
td.TdClassName
{
border-color: #655364;
}
.TagClassName
{
border-color: #655364;
}
</style>