Shades of Makara #605D58
Tints of Makara #605D58
RGB
CMYK
RGB Variations
Color information
#605D58 (or 0x605D58) is known color: Makara. HEX triplet: 60, 5D and 58. RGB value is (96,93,88). Sum of RGB (Red+Green+Blue) = 96+93+88=277 (36% of max value = 765). Red value is 96 (37.89% from 255 or 34.66% from 277); Green value is 93 (36.72% from 255 or 33.57% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 96 - color contains mainly: red. Hex color #605D58 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D58 is #9FA2A7. Grayscale: #5D5D5D. Windows color (decimal): -10461864 or 5791072. OLE color: 5791072.
HSL color Cylindrical-coordinate representation of color #605D58: hue angle of 37.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 #605D58 is Cyan = 0, Magento = 0.03, Yellow = 0.08 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 93 | 88 | - |
| CMYK | 0 | 0.03 | 0.08 | 0.62 |
| HSL | 37.5º | 0.04% | 0.36% | - |
| HSV(B) | 37.5º | 0.08% | 0.38% | - |
| XYZ | 10.5 | 11.02 | 10.81 | - |
| YUV | 93.33 | 124.99 | 129.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 93 | 88 | 0 | 0.03 | 0.08 | 0.62 | 37.5 | 0.04 | 0.36 |
| Hex | 60 | 5D | 58 | 0 | 3 | 8 | 3E | 26 | 4 | 24 |
| Octal | 140 | 135 | 130 | 0 | 3 | 10 | 76 | 46 | 4 | 44 |
| Binary | 1100000 | 1011101 | 1011000 | 0 | 11 | 1000 | 111110 | 100110 | 100 | 100100 |
Color Harmonies of #605D58
Complementary color
Monochromatic Colors of #605D58
Black with #605D58
Text Example
Text Example
White with #605D58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605D58; }
p { color: rgb(96,93,88); }
H1.HeaderClassName
{
color: #605D58;
}
.AnyTagClassName
{
color: #605D58;
}
</style>
background-color css
<style>
a { background-color: #605D58; }
a { background-color: rgb(96,93,88); }
div.DivClassName
{
background-color: #605D58;
}
.BgClassName
{
background-color: #605D58;
}
</style>
border-color css
<style>
span { border-color: #605D58; }
span { border-color: rgb(96,93,88); }
td.TdClassName
{
border-color: #605D58;
}
.TagClassName
{
border-color: #605D58;
}
</style>