#5E5D51

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

Shades of Millbrook #5E5D51

Tints of Millbrook #5E5D51

Color information

#5E5D51 (or 0x5E5D51) is unknown color: approx Millbrook. HEX triplet: 5E, 5D and 51. RGB value is (94,93,81). Sum of RGB (Red+Green+Blue) = 94+93+81=268 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.07% from 268); Green value is 93 (36.72% from 255 or 34.70% from 268); Blue value is 81 (32.03% from 255 or 30.22% from 268); Max value from RGB is 94 - color contains mainly: red. Hex color #5E5D51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5E5D51 is #A1A2AE. Grayscale: #5B5B5B. Windows color (decimal): -10592943 or 5332318. OLE color: 5332318.

HSL color Cylindrical-coordinate representation of color #5E5D51: hue angle of 55.38º degrees, saturation: 0.07, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #5E5D51 is Cyan = 0, Magento = 0.01, Yellow = 0.14 and Black (K on CMYK) = 0.63.

Color convert

RGB949381-
CMYK00.010.140.63
HSL55.38º7.43%34.31%-
HSV(B)55.38º13.83%36.86%-
XYZ10.0210.89.34-
YUV91.93121.83129.48-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.07%
GREEN value IS 93 (36.72% from 255) = 34.70%
BLUE value IS 81 (32.03% from 255) = 30.22%
R=35.07%
G=34.70%
B=30.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.14
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal94938100.010.140.6355.387.4334.31
Hex5E5D5101E3F37722
Octal13613512101167767742
Binary101111010111011010001011110111111110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E5D51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,93,81); }

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

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

 a { background-color: rgb(94,93,81); }

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

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

 span { border-color: rgb(94,93,81); }

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