#59574E

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

Shades of Millbrook #59574E

Tints of Millbrook #59574E

Color information

#59574E (or 0x59574E) is unknown color: approx Millbrook. HEX triplet: 59, 57 and 4E. RGB value is (89,87,78). Sum of RGB (Red+Green+Blue) = 89+87+78=254 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.04% from 254); Green value is 87 (34.38% from 255 or 34.25% from 254); Blue value is 78 (30.86% from 255 or 30.71% from 254); Max value from RGB is 89 - color contains mainly: red. Hex color #59574E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #59574E is #A6A8B1. Grayscale: #565656. Windows color (decimal): -10922162 or 5134169. OLE color: 5134169.

HSL color Cylindrical-coordinate representation of color #59574E: hue angle of 49.09º degrees, saturation: 0.07, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #59574E is Cyan = 0, Magento = 0.02, Yellow = 0.12 and Black (K on CMYK) = 0.65.

Color convert

RGB898778-
CMYK00.020.120.65
HSL49.09º6.59%32.75%-
HSV(B)49.09º12.36%34.9%-
XYZ8.99.498.57-
YUV86.57123.16129.73-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.04%
GREEN value IS 87 (34.38% from 255) = 34.25%
BLUE value IS 78 (30.86% from 255) = 30.71%
R=35.04%
G=34.25%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.12
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89877800.020.120.6549.096.5932.75
Hex59574E02C4131721
Octal131127116021410161741
Binary10110011010111100111001011001000001110001111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59574E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59574E; }

 p { color: rgb(89,87,78); }

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

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

 a { background-color: rgb(89,87,78); }

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

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

 span { border-color: rgb(89,87,78); }

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