Shades of Millbrook #5E5A4D
Tints of Millbrook #5E5A4D
RGB
CMYK
RGB Variations
Color information
#5E5A4D (or 0x5E5A4D) is known color: Millbrook. HEX triplet: 5E, 5A and 4D. RGB value is (94,90,77). Sum of RGB (Red+Green+Blue) = 94+90+77=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 77 (30.47% from 255 or 29.50% from 261); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5A4D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5A4D is #A1A5B2. Grayscale: #595959. Windows color (decimal): -10593715 or 5069406. OLE color: 5069406.
HSL color Cylindrical-coordinate representation of color #5E5A4D: hue angle of 45.88º degrees, saturation: 0.1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #5E5A4D is Cyan = 0, Magento = 0.04, Yellow = 0.18 and Black (K on CMYK) = 0.63.
Color convert
RGB | 94 | 90 | 77 | - |
CMYK | 0 | 0.04 | 0.18 | 0.63 |
HSL | 45.88º | 0.1% | 0.34% | - |
HSV(B) | 45.88º | 0.18% | 0.37% | - |
XYZ | 9.61 | 10.23 | 8.49 | - |
YUV | 89.71 | 120.83 | 131.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 94 | 90 | 77 | 0 | 0.04 | 0.18 | 0.63 | 45.88 | 0.1 | 0.34 |
Hex | 5E | 5A | 4D | 0 | 4 | 12 | 3F | 2E | A | 22 |
Octal | 136 | 132 | 115 | 0 | 4 | 22 | 77 | 56 | 12 | 42 |
Binary | 1011110 | 1011010 | 1001101 | 0 | 100 | 10010 | 111111 | 101110 | 1010 | 100010 |
Color Harmonies of #5E5A4D
Complementary color
Monochromatic Colors of #5E5A4D
Black with #5E5A4D
Text Example
Text Example
White with #5E5A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5E5A4D; }
p { color: rgb(94,90,77); }
H1.HeaderClassName
{
color: #5E5A4D;
}
.AnyTagClassName
{
color: #5E5A4D;
}
</style>
background-color css
<style>
a { background-color: #5E5A4D; }
a { background-color: rgb(94,90,77); }
div.DivClassName
{
background-color: #5E5A4D;
}
.BgClassName
{
background-color: #5E5A4D;
}
</style>
border-color css
<style>
span { border-color: #5E5A4D; }
span { border-color: rgb(94,90,77); }
td.TdClassName
{
border-color: #5E5A4D;
}
.TagClassName
{
border-color: #5E5A4D;
}
</style>