#555445

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

Shades of Millbrook #555445

Tints of Millbrook #555445

Color information

#555445 (or 0x555445) is unknown color: approx Millbrook. HEX triplet: 55, 54 and 45. RGB value is (85,84,69). Sum of RGB (Red+Green+Blue) = 85+84+69=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 84 (33.20% from 255 or 35.29% from 238); Blue value is 69 (27.34% from 255 or 28.99% from 238); Max value from RGB is 85 - color contains mainly: red. Hex color #555445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #555445 is #AAABBA. Grayscale: #525252. Windows color (decimal): -11185083 or 4543573. OLE color: 4543573.

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

Color convert

RGB858469-
CMYK00.010.190.67
HSL56.25º10.39%30.2%-
HSV(B)56.25º18.82%33.33%-
XYZ7.998.76.89-
YUV82.59120.33129.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 84 (33.20% from 255) = 35.29%
BLUE value IS 69 (27.34% from 255) = 28.99%
R=35.71%
G=35.29%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85846900.010.190.6756.2510.3930.2
Hex55544501134338a1e
Octal1251241050123103701236
Binary10101011010100100010101100111000011111000101011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #555445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #555445; }

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

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

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

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

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

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

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

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