#56554D

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

Shades of Millbrook #56554D

Tints of Millbrook #56554D

Color information

#56554D (or 0x56554D) is unknown color: approx Millbrook. HEX triplet: 56, 55 and 4D. RGB value is (86,85,77). Sum of RGB (Red+Green+Blue) = 86+85+77=248 (32% of max value = 765). Red value is 86 (33.98% from 255 or 34.68% from 248); Green value is 85 (33.59% from 255 or 34.27% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 86 - color contains mainly: red. Hex color #56554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #56554D is #A9AAB2. Grayscale: #545454. Windows color (decimal): -11119283 or 5068118. OLE color: 5068118.

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

Color convert

RGB868577-
CMYK00.010.100.66
HSL53.33º5.52%31.96%-
HSV(B)53.33º10.47%33.73%-
XYZ8.439.018.32-
YUV84.39123.83129.15-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 34.68%
GREEN value IS 85 (33.59% from 255) = 34.27%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=34.68%
G=34.27%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86857700.010.100.6653.335.5231.96
Hex56554D01A4235620
Octal126125115011210265640
Binary1010110101010110011010110101000010110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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