#5E5B4C

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

Shades of Millbrook #5E5B4C

Tints of Millbrook #5E5B4C

Color information

#5E5B4C (or 0x5E5B4C) is unknown color: approx Millbrook. HEX triplet: 5E, 5B and 4C. RGB value is (94,91,76). Sum of RGB (Red+Green+Blue) = 94+91+76=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 91 (35.94% from 255 or 34.87% from 261); Blue value is 76 (30.08% from 255 or 29.12% from 261); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5B4C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5E5B4C is #A1A4B3. Grayscale: #5A5A5A. Windows color (decimal): -10593460 or 5004126. OLE color: 5004126.

HSL color Cylindrical-coordinate representation of color #5E5B4C: hue angle of 50º degrees, saturation: 0.11, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #5E5B4C is Cyan = 0, Magento = 0.03, Yellow = 0.19 and Black (K on CMYK) = 0.63.

Color convert

RGB949176-
CMYK00.030.190.63
HSL50º10.59%33.33%-
HSV(B)50º19.15%36.86%-
XYZ9.6610.388.33-
YUV90.19119.99130.72-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.02%
GREEN value IS 91 (35.94% from 255) = 34.87%
BLUE value IS 76 (30.08% from 255) = 29.12%
R=36.02%
G=34.87%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.19
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94917600.030.190.635010.5933.33
Hex5E5B4C03133F32b21
Octal136133114032377621341
Binary101111010110111001100011100111111111100101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5E5B4C; }

 p { color: rgb(94,91,76); }

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

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

 a { background-color: rgb(94,91,76); }

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

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

 span { border-color: rgb(94,91,76); }

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