#55544F

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

Shades of Millbrook #55544F

Tints of Millbrook #55544F

Color information

#55544F (or 0x55544F) is unknown color: approx Millbrook. HEX triplet: 55, 54 and 4F. RGB value is (85,84,79). Sum of RGB (Red+Green+Blue) = 85+84+79=248 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.27% from 248); Green value is 84 (33.20% from 255 or 33.87% from 248); Blue value is 79 (31.25% from 255 or 31.85% from 248); Max value from RGB is 85 - color contains mainly: red. Hex color #55544F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #55544F is #AAABB0. Grayscale: #535353. Windows color (decimal): -11185073 or 5198933. OLE color: 5198933.

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

Color convert

RGB858479-
CMYK00.010.070.67
HSL50º3.66%32.16%-
HSV(B)50º7.06%33.33%-
XYZ8.338.848.66-
YUV83.73125.33128.91-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.27%
GREEN value IS 84 (33.20% from 255) = 33.87%
BLUE value IS 79 (31.25% from 255) = 31.85%
R=34.27%
G=33.87%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.07
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85847900.010.070.67503.6632.16
Hex55544F0174332420
Octal12512411701710362440
Binary101010110101001001111011111000011110010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55544F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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