Shades of Makara #605B53
Tints of Makara #605B53
RGB
CMYK
RGB Variations
Color information
#605B53 (or 0x605B53) is known color: Makara. HEX triplet: 60, 5B and 53. RGB value is (96,91,83). Sum of RGB (Red+Green+Blue) = 96+91+83=270 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.56% from 270); Green value is 91 (35.94% from 255 or 33.70% from 270); Blue value is 83 (32.81% from 255 or 30.74% from 270); Max value from RGB is 96 - color contains mainly: red. Hex color #605B53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605B53 is #9FA4AC. Grayscale: #5B5B5B. Windows color (decimal): -10462381 or 5462880. OLE color: 5462880.
HSL color Cylindrical-coordinate representation of color #605B53: hue angle of 36.92º degrees, saturation: 0.07, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #605B53 is Cyan = 0, Magento = 0.05, Yellow = 0.14 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 96 | 91 | 83 | - |
| CMYK | 0 | 0.05 | 0.14 | 0.62 |
| HSL | 36.92º | 0.07% | 0.35% | - |
| HSV(B) | 36.92º | 0.14% | 0.38% | - |
| XYZ | 10.13 | 10.59 | 9.69 | - |
| YUV | 91.58 | 123.16 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 91 | 83 | 0 | 0.05 | 0.14 | 0.62 | 36.92 | 0.07 | 0.35 |
| Hex | 60 | 5B | 53 | 0 | 5 | E | 3E | 25 | 7 | 23 |
| Octal | 140 | 133 | 123 | 0 | 5 | 16 | 76 | 45 | 7 | 43 |
| Binary | 1100000 | 1011011 | 1010011 | 0 | 101 | 1110 | 111110 | 100101 | 111 | 100011 |
Color Harmonies of #605B53
Complementary color
Monochromatic Colors of #605B53
Black with #605B53
Text Example
Text Example
White with #605B53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #605B53; }
p { color: rgb(96,91,83); }
H1.HeaderClassName
{
color: #605B53;
}
.AnyTagClassName
{
color: #605B53;
}
</style>
background-color css
<style>
a { background-color: #605B53; }
a { background-color: rgb(96,91,83); }
div.DivClassName
{
background-color: #605B53;
}
.BgClassName
{
background-color: #605B53;
}
</style>
border-color css
<style>
span { border-color: #605B53; }
span { border-color: rgb(96,91,83); }
td.TdClassName
{
border-color: #605B53;
}
.TagClassName
{
border-color: #605B53;
}
</style>