#555442

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

Shades of Millbrook #555442

Tints of Millbrook #555442

Color information

#555442 (or 0x555442) is unknown color: approx Millbrook. HEX triplet: 55, 54 and 42. RGB value is (85,84,66). Sum of RGB (Red+Green+Blue) = 85+84+66=235 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.17% from 235); Green value is 84 (33.20% from 255 or 35.74% from 235); Blue value is 66 (26.17% from 255 or 28.09% from 235); Max value from RGB is 85 - color contains mainly: red. Hex color #555442 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555442 is #AAABBD. Grayscale: #525252. Windows color (decimal): -11185086 or 4346965. OLE color: 4346965.

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

Color convert

RGB858466-
CMYK00.010.220.67
HSL56.84º12.58%29.61%-
HSV(B)56.84º22.35%33.33%-
XYZ7.98.676.41-
YUV82.25118.83129.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.17%
GREEN value IS 84 (33.20% from 255) = 35.74%
BLUE value IS 66 (26.17% from 255) = 28.09%
R=36.17%
G=35.74%
B=28.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.22
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85846600.010.220.6756.8412.5829.61
Hex55544201164339d1e
Octal1251241020126103711536
Binary10101011010100100001001101101000011111001110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555442

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555442; }

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

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

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

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

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

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

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

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