#57554D

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

Shades of Millbrook #57554D

Tints of Millbrook #57554D

Color information

#57554D (or 0x57554D) is unknown color: approx Millbrook. HEX triplet: 57, 55 and 4D. RGB value is (87,85,77). Sum of RGB (Red+Green+Blue) = 87+85+77=249 (32% of max value = 765). Red value is 87 (34.38% from 255 or 34.94% from 249); Green value is 85 (33.59% from 255 or 34.14% from 249); Blue value is 77 (30.47% from 255 or 30.92% from 249); Max value from RGB is 87 - color contains mainly: red. Hex color #57554D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #57554D is #A8AAB2. Grayscale: #545454. Windows color (decimal): -11053747 or 5068119. OLE color: 5068119.

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

Color convert

RGB878577-
CMYK00.020.110.66
HSL48º6.1%32.16%-
HSV(B)48º11.49%34.12%-
XYZ8.529.068.32-
YUV84.69123.66129.65-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.94%
GREEN value IS 85 (33.59% from 255) = 34.14%
BLUE value IS 77 (30.47% from 255) = 30.92%
R=34.94%
G=34.14%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.11
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87857700.020.110.66486.132.16
Hex57554D02B4230620
Octal127125115021310260640
Binary10101111010101100110101010111000010110000110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #57554D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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