Shades of Salt Box #604E5C
Tints of Salt Box #604E5C
RGB
CMYK
RGB Variations
Color information
#604E5C (or 0x604E5C) is known color: Salt Box. HEX triplet: 60, 4E and 5C. RGB value is (96,78,92). Sum of RGB (Red+Green+Blue) = 96+78+92=266 (35% of max value = 765). Red value is 96 (37.89% from 255 or 36.09% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 92 (36.33% from 255 or 34.59% from 266); Max value from RGB is 96 - color contains mainly: red. Hex color #604E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #604E5C is #9FB1A3. Grayscale: #545454. Windows color (decimal): -10465700 or 6049376. OLE color: 6049376.
HSL color Cylindrical-coordinate representation of color #604E5C: hue angle of 313.33º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #604E5C is Cyan = 0, Magento = 0.19, Yellow = 0.04 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 78 | 92 | - |
| CMYK | 0 | 0.19 | 0.04 | 0.62 |
| HSL | 313.33º | 0.1% | 0.34% | - |
| HSV(B) | 313.33º | 0.19% | 0.38% | - |
| XYZ | 9.48 | 8.71 | 11.31 | - |
| YUV | 84.98 | 131.96 | 135.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 78 | 92 | 0 | 0.19 | 0.04 | 0.62 | 313.33 | 0.1 | 0.34 |
| Hex | 60 | 4E | 5C | 0 | 13 | 4 | 3E | 139 | A | 22 |
| Octal | 140 | 116 | 134 | 0 | 23 | 4 | 76 | 471 | 12 | 42 |
| Binary | 1100000 | 1001110 | 1011100 | 0 | 10011 | 100 | 111110 | 100111001 | 1010 | 100010 |
Color Harmonies of #604E5C
Complementary color
Monochromatic Colors of #604E5C
Black with #604E5C
Text Example
Text Example
White with #604E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #604E5C; }
p { color: rgb(96,78,92); }
H1.HeaderClassName
{
color: #604E5C;
}
.AnyTagClassName
{
color: #604E5C;
}
</style>
background-color css
<style>
a { background-color: #604E5C; }
a { background-color: rgb(96,78,92); }
div.DivClassName
{
background-color: #604E5C;
}
.BgClassName
{
background-color: #604E5C;
}
</style>
border-color css
<style>
span { border-color: #604E5C; }
span { border-color: rgb(96,78,92); }
td.TdClassName
{
border-color: #604E5C;
}
.TagClassName
{
border-color: #604E5C;
}
</style>