Shades of Salt Box #65555F
Tints of Salt Box #65555F
RGB
CMYK
RGB Variations
Color information
#65555F (or 0x65555F) is known color: Salt Box. HEX triplet: 65, 55 and 5F. RGB value is (101,85,95). Sum of RGB (Red+Green+Blue) = 101+85+95=281 (37% of max value = 765). Red value is 101 (39.84% from 255 or 35.94% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 95 (37.5% from 255 or 33.81% from 281); Max value from RGB is 101 - color contains mainly: red. Hex color #65555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #65555F is #9AAAA0. Grayscale: #5A5A5A. Windows color (decimal): -10136225 or 6247781. OLE color: 6247781.
HSL color Cylindrical-coordinate representation of color #65555F: hue angle of 322.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 #65555F is Cyan = 0, Magento = 0.16, Yellow = 0.06 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 85 | 95 | - |
| CMYK | 0 | 0.16 | 0.06 | 0.60 |
| HSL | 322.5º | 0.09% | 0.36% | - |
| HSV(B) | 322.5º | 0.16% | 0.4% | - |
| XYZ | 10.68 | 10.09 | 12.21 | - |
| YUV | 90.92 | 130.3 | 135.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 85 | 95 | 0 | 0.16 | 0.06 | 0.60 | 322.5 | 0.09 | 0.36 |
| Hex | 65 | 55 | 5F | 0 | 10 | 6 | 3C | 142 | 9 | 24 |
| Octal | 145 | 125 | 137 | 0 | 20 | 6 | 74 | 502 | 11 | 44 |
| Binary | 1100101 | 1010101 | 1011111 | 0 | 10000 | 110 | 111100 | 101000010 | 1001 | 100100 |
Color Harmonies of #65555F
Complementary color
Monochromatic Colors of #65555F
Black with #65555F
Text Example
Text Example
White with #65555F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65555F; }
p { color: rgb(101,85,95); }
H1.HeaderClassName
{
color: #65555F;
}
.AnyTagClassName
{
color: #65555F;
}
</style>
background-color css
<style>
a { background-color: #65555F; }
a { background-color: rgb(101,85,95); }
div.DivClassName
{
background-color: #65555F;
}
.BgClassName
{
background-color: #65555F;
}
</style>
border-color css
<style>
span { border-color: #65555F; }
span { border-color: rgb(101,85,95); }
td.TdClassName
{
border-color: #65555F;
}
.TagClassName
{
border-color: #65555F;
}
</style>