Shades of Millbrook #565551
Tints of Millbrook #565551
RGB
CMYK
RGB Variations
Color information
#565551 (or 0x565551) is known color: Millbrook. HEX triplet: 56, 55 and 51. RGB value is (86,85,81). Sum of RGB (Red+Green+Blue) = 86+85+81=252 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.13% from 252); Green value is 85 (33.59% from 255 or 33.73% from 252); Blue value is 81 (32.03% from 255 or 32.14% from 252); Max value from RGB is 86 - color contains mainly: red. Hex color #565551 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565551 is #A9AAAE. Grayscale: #545454. Windows color (decimal): -11119279 or 5330262. OLE color: 5330262.
HSL color Cylindrical-coordinate representation of color #565551: hue angle of 48º degrees, saturation: 0.03, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #565551 is Cyan = 0, Magento = 0.01, Yellow = 0.06 and Black (K on CMYK) = 0.66.
Color convert
RGB | 86 | 85 | 81 | - |
CMYK | 0 | 0.01 | 0.06 | 0.66 |
HSL | 48º | 0.03% | 0.33% | - |
HSV(B) | 48º | 0.06% | 0.34% | - |
XYZ | 8.57 | 9.07 | 9.08 | - |
YUV | 84.84 | 125.83 | 128.83 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 86 | 85 | 81 | 0 | 0.01 | 0.06 | 0.66 | 48 | 0.03 | 0.33 |
Hex | 56 | 55 | 51 | 0 | 1 | 6 | 42 | 30 | 3 | 21 |
Octal | 126 | 125 | 121 | 0 | 1 | 6 | 102 | 60 | 3 | 41 |
Binary | 1010110 | 1010101 | 1010001 | 0 | 1 | 110 | 1000010 | 110000 | 11 | 100001 |
Color Harmonies of #565551
Complementary color
Monochromatic Colors of #565551
Black with #565551
Text Example
Text Example
White with #565551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #565551; }
p { color: rgb(86,85,81); }
H1.HeaderClassName
{
color: #565551;
}
.AnyTagClassName
{
color: #565551;
}
</style>
background-color css
<style>
a { background-color: #565551; }
a { background-color: rgb(86,85,81); }
div.DivClassName
{
background-color: #565551;
}
.BgClassName
{
background-color: #565551;
}
</style>
border-color css
<style>
span { border-color: #565551; }
span { border-color: rgb(86,85,81); }
td.TdClassName
{
border-color: #565551;
}
.TagClassName
{
border-color: #565551;
}
</style>