Shades of Tundora #605B58
Tints of Tundora #605B58
RGB
CMYK
RGB Variations
Color information
#605B58 (or 0x605B58) is known color: Tundora. HEX triplet: 60, 5B and 58. RGB value is (96,91,88). Sum of RGB (Red+Green+Blue) = 96+91+88=275 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.91% from 275); Green value is 91 (35.94% from 255 or 33.09% from 275); Blue value is 88 (34.77% from 255 or 32% from 275); Max value from RGB is 96 - color contains mainly: red. Hex color #605B58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B58 is #9FA4A7. Grayscale: #5C5C5C. Windows color (decimal): -10462376 or 5790560. OLE color: 5790560.
HSL color Cylindrical-coordinate representation of color #605B58: hue angle of 22.5º degrees, saturation: 0.04, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #605B58 is Cyan = 0, Magento = 0.05, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 91 | 88 | - |
| CMYK | 0 | 0.05 | 0.08 | 0.62 |
| HSL | 22.5º | 0.04% | 0.36% | - |
| HSV(B) | 22.5º | 0.08% | 0.38% | - |
| XYZ | 10.33 | 10.67 | 10.75 | - |
| YUV | 92.15 | 125.66 | 130.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 88 | 0 | 0.05 | 0.08 | 0.62 | 22.5 | 0.04 | 0.36 |
| Hex | 60 | 5B | 58 | 0 | 5 | 8 | 3E | 16 | 4 | 24 |
| Octal | 140 | 133 | 130 | 0 | 5 | 10 | 76 | 26 | 4 | 44 |
| Binary | 1100000 | 1011011 | 1011000 | 0 | 101 | 1000 | 111110 | 10110 | 100 | 100100 |
Color Harmonies of #605B58
Complementary color
Monochromatic Colors of #605B58
Black with #605B58
Text Example
Text Example
White with #605B58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B58; }
p { color: rgb(96,91,88); }
H1.HeaderClassName
{
color: #605B58;
}
.AnyTagClassName
{
color: #605B58;
}
</style>
background-color css
<style>
a { background-color: #605B58; }
a { background-color: rgb(96,91,88); }
div.DivClassName
{
background-color: #605B58;
}
.BgClassName
{
background-color: #605B58;
}
</style>
border-color css
<style>
span { border-color: #605B58; }
span { border-color: rgb(96,91,88); }
td.TdClassName
{
border-color: #605B58;
}
.TagClassName
{
border-color: #605B58;
}
</style>