#59584B

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

Shades of Millbrook #59584B

Tints of Millbrook #59584B

Color information

#59584B (or 0x59584B) is unknown color: approx Millbrook. HEX triplet: 59, 58 and 4B. RGB value is (89,88,75). Sum of RGB (Red+Green+Blue) = 89+88+75=252 (33% of max value = 765). Red value is 89 (35.16% from 255 or 35.32% from 252); Green value is 88 (34.77% from 255 or 34.92% from 252); Blue value is 75 (29.69% from 255 or 29.76% from 252); Max value from RGB is 89 - color contains mainly: red. Hex color #59584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #59584B is #A6A7B4. Grayscale: #565656. Windows color (decimal): -10921909 or 4937817. OLE color: 4937817.

HSL color Cylindrical-coordinate representation of color #59584B: hue angle of 55.71º degrees, saturation: 0.09, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #59584B is Cyan = 0, Magento = 0.01, Yellow = 0.16 and Black (K on CMYK) = 0.65.

Color convert

RGB898875-
CMYK00.010.160.65
HSL55.71º8.54%32.16%-
HSV(B)55.71º15.73%34.9%-
XYZ8.889.618.04-
YUV86.82121.33129.56-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 35.32%
GREEN value IS 88 (34.77% from 255) = 34.92%
BLUE value IS 75 (29.69% from 255) = 29.76%
R=35.32%
G=34.92%
B=29.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89887500.010.160.6555.718.5432.16
Hex59584B01104138920
Octal1311301130120101701140
Binary101100110110001001011011000010000011110001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #59584B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #59584B; }

 p { color: rgb(89,88,75); }

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

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

 a { background-color: rgb(89,88,75); }

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

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

 span { border-color: rgb(89,88,75); }

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