Shades of Salt Box #655062
Tints of Salt Box #655062
RGB
CMYK
RGB Variations
Color information
#655062 (or 0x655062) is known color: Salt Box. HEX triplet: 65, 50 and 62. RGB value is (101,80,98). Sum of RGB (Red+Green+Blue) = 101+80+98=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 80 (31.64% from 255 or 28.67% from 279); Blue value is 98 (38.67% from 255 or 35.13% from 279); Max value from RGB is 101 - color contains mainly: red. Hex color #655062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655062 is #9AAF9D. Grayscale: #585858. Windows color (decimal): -10137502 or 6443109. OLE color: 6443109.
HSL color Cylindrical-coordinate representation of color #655062: hue angle of 308.57º degrees, saturation: 0.12, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #655062 is Cyan = 0, Magento = 0.21, Yellow = 0.03 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 80 | 98 | - |
| CMYK | 0 | 0.21 | 0.03 | 0.60 |
| HSL | 308.57º | 0.12% | 0.35% | - |
| HSV(B) | 308.57º | 0.21% | 0.4% | - |
| XYZ | 10.44 | 9.39 | 12.82 | - |
| YUV | 88.33 | 133.46 | 137.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 80 | 98 | 0 | 0.21 | 0.03 | 0.60 | 308.57 | 0.12 | 0.35 |
| Hex | 65 | 50 | 62 | 0 | 15 | 3 | 3C | 135 | C | 23 |
| Octal | 145 | 120 | 142 | 0 | 25 | 3 | 74 | 465 | 14 | 43 |
| Binary | 1100101 | 1010000 | 1100010 | 0 | 10101 | 11 | 111100 | 100110101 | 1100 | 100011 |
Color Harmonies of #655062
Complementary color
Monochromatic Colors of #655062
Black with #655062
Text Example
Text Example
White with #655062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #655062; }
p { color: rgb(101,80,98); }
H1.HeaderClassName
{
color: #655062;
}
.AnyTagClassName
{
color: #655062;
}
</style>
background-color css
<style>
a { background-color: #655062; }
a { background-color: rgb(101,80,98); }
div.DivClassName
{
background-color: #655062;
}
.BgClassName
{
background-color: #655062;
}
</style>
border-color css
<style>
span { border-color: #655062; }
span { border-color: rgb(101,80,98); }
td.TdClassName
{
border-color: #655062;
}
.TagClassName
{
border-color: #655062;
}
</style>