#56554F

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

Shades of Millbrook #56554F

Tints of Millbrook #56554F

Color information

#56554F (or 0x56554F) is unknown color: approx Millbrook. HEX triplet: 56, 55 and 4F. RGB value is (86,85,79). Sum of RGB (Red+Green+Blue) = 86+85+79=250 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.4% from 250); Green value is 85 (33.59% from 255 or 34% from 250); Blue value is 79 (31.25% from 255 or 31.6% from 250); Max value from RGB is 86 - color contains mainly: red. Hex color #56554F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56554F is #A9AAB0. Grayscale: #545454. Windows color (decimal): -11119281 or 5199190. OLE color: 5199190.

HSL color Cylindrical-coordinate representation of color #56554F: hue angle of 51.43º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #56554F is Cyan = 0, Magento = 0.01, Yellow = 0.08 and Black (K on CMYK) = 0.66.

Color convert

RGB868579-
CMYK00.010.080.66
HSL51.43º4.24%32.35%-
HSV(B)51.43º8.14%33.73%-
XYZ8.59.048.69-
YUV84.62124.83128.99-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.4%
GREEN value IS 85 (33.59% from 255) = 34%
BLUE value IS 79 (31.25% from 255) = 31.6%
R=34.4%
G=34%
B=31.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86857900.010.080.6651.434.2432.35
Hex56554F0184233420
Octal126125117011010263440
Binary1010110101010110011110110001000010110011100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56554F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #56554F; }

 p { color: rgb(86,85,79); }

 H1.HeaderClassName
 {
   color: #56554F;
 }
 .AnyTagClassName
 {
   color: #56554F;
 }
</style>
background-color css

<style>
 a { background-color: #56554F; }

 a { background-color: rgb(86,85,79); }

 div.DivClassName
 {
   background-color: #56554F;
 }
 .BgClassName
 {
   background-color: #56554F;
 }
</style>
border-color css

<style>
 span { border-color: #56554F; }

 span { border-color: rgb(86,85,79); }

 td.TdClassName
 {
   border-color: #56554F;
 }
 .TagClassName
 {
   border-color: #56554F;
 }
</style>