#56554B

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

Shades of Millbrook #56554B

Tints of Millbrook #56554B

Color information

#56554B (or 0x56554B) is unknown color: approx Millbrook. HEX triplet: 56, 55 and 4B. RGB value is (86,85,75). Sum of RGB (Red+Green+Blue) = 86+85+75=246 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.96% from 246); Green value is 85 (33.59% from 255 or 34.55% from 246); Blue value is 75 (29.69% from 255 or 30.49% from 246); Max value from RGB is 86 - color contains mainly: red. Hex color #56554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #56554B is #A9AAB4. Grayscale: #545454. Windows color (decimal): -11119285 or 4937046. OLE color: 4937046.

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

Color convert

RGB868575-
CMYK00.010.130.66
HSL54.55º6.83%31.57%-
HSV(B)54.55º12.79%33.73%-
XYZ8.368.987.95-
YUV84.16122.83129.31-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.96%
GREEN value IS 85 (33.59% from 255) = 34.55%
BLUE value IS 75 (29.69% from 255) = 30.49%
R=34.96%
G=34.55%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.13
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86857500.010.130.6654.556.8331.57
Hex56554B01D4237720
Octal126125113011510267740
Binary1010110101010110010110111011000010110111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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