#555446

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

Shades of Millbrook #555446

Tints of Millbrook #555446

Color information

#555446 (or 0x555446) is unknown color: approx Millbrook. HEX triplet: 55, 54 and 46. RGB value is (85,84,70). Sum of RGB (Red+Green+Blue) = 85+84+70=239 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.56% from 239); Green value is 84 (33.20% from 255 or 35.15% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 85 - color contains mainly: red. Hex color #555446 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555446 is #AAABB9. Grayscale: #525252. Windows color (decimal): -11185082 or 4609109. OLE color: 4609109.

HSL color Cylindrical-coordinate representation of color #555446: hue angle of 56º degrees, saturation: 0.1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #555446 is Cyan = 0, Magento = 0.01, Yellow = 0.18 and Black (K on CMYK) = 0.67.

Color convert

RGB858470-
CMYK00.010.180.67
HSL56º9.68%30.39%-
HSV(B)56º17.65%33.33%-
XYZ8.028.717.05-
YUV82.7120.83129.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.56%
GREEN value IS 84 (33.20% from 255) = 35.15%
BLUE value IS 70 (27.73% from 255) = 29.29%
R=35.56%
G=35.15%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.18
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85847000.010.180.67569.6830.39
Hex55544601124338a1e
Octal1251241060122103701236
Binary10101011010100100011001100101000011111000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555446; }

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

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

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

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

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

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

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

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