Shades of Makara #5E5A55
Tints of Makara #5E5A55
RGB
CMYK
RGB Variations
Color information
#5E5A55 (or 0x5E5A55) is known color: Makara. HEX triplet: 5E, 5A and 55. RGB value is (94,90,85). Sum of RGB (Red+Green+Blue) = 94+90+85=269 (35% of max value = 765). Red value is 94 (37.11% from 255 or 34.94% from 269); Green value is 90 (35.55% from 255 or 33.46% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5A55 is #A1A5AA. Grayscale: #5A5A5A. Windows color (decimal): -10593707 or 5593694. OLE color: 5593694.
HSL color Cylindrical-coordinate representation of color #5E5A55: hue angle of 33.33º degrees, saturation: 0.05, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #5E5A55 is Cyan = 0, Magento = 0.04, Yellow = 0.10 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 90 | 85 | - |
CMYK | 0 | 0.04 | 0.10 | 0.63 |
HSL | 33.33º | 0.05% | 0.35% | - |
HSV(B) | 33.33º | 0.1% | 0.37% | - |
XYZ | 9.91 | 10.35 | 10.07 | - |
YUV | 90.63 | 124.83 | 130.41 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 90 | 85 | 0 | 0.04 | 0.10 | 0.63 | 33.33 | 0.05 | 0.35 |
Hex | 5E | 5A | 55 | 0 | 4 | A | 3F | 21 | 5 | 23 |
Octal | 136 | 132 | 125 | 0 | 4 | 12 | 77 | 41 | 5 | 43 |
Binary | 1011110 | 1011010 | 1010101 | 0 | 100 | 1010 | 111111 | 100001 | 101 | 100011 |
Color Harmonies of #5E5A55
Complementary color
Monochromatic Colors of #5E5A55
Black with #5E5A55
Text Example
Text Example
White with #5E5A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5A55; }
p { color: rgb(94,90,85); }
H1.HeaderClassName
{
color: #5E5A55;
}
.AnyTagClassName
{
color: #5E5A55;
}
</style>
background-color css
<style>
a { background-color: #5E5A55; }
a { background-color: rgb(94,90,85); }
div.DivClassName
{
background-color: #5E5A55;
}
.BgClassName
{
background-color: #5E5A55;
}
</style>
border-color css
<style>
span { border-color: #5E5A55; }
span { border-color: rgb(94,90,85); }
td.TdClassName
{
border-color: #5E5A55;
}
.TagClassName
{
border-color: #5E5A55;
}
</style>