#565551

Color #565551 Millbrook (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Millbrook #565551

Tints of Millbrook #565551

Color information

#565551 (or 0x565551) is unknown color: approx 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

RGB868581-
CMYK00.010.060.66
HSL48º2.99%32.75%-
HSV(B)48º5.81%33.73%-
XYZ8.579.079.08-
YUV84.84125.83128.83-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 34.13%
GREEN value IS 85 (33.59% from 255) = 33.73%
BLUE value IS 81 (32.03% from 255) = 32.14%
R=34.13%
G=33.73%
B=32.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.06
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86858100.010.060.66482.9932.75
Hex5655510164230321
Octal12612512101610260341
Binary10101101010101101000101110100001011000011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>