#595850

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

Shades of Millbrook #595850

Tints of Millbrook #595850

Color information

#595850 (or 0x595850) is unknown color: approx Millbrook. HEX triplet: 59, 58 and 50. RGB value is (89,88,80). Sum of RGB (Red+Green+Blue) = 89+88+80=257 (34% of max value = 765). Red value is 89 (35.16% from 255 or 34.63% from 257); Green value is 88 (34.77% from 255 or 34.24% from 257); Blue value is 80 (31.64% from 255 or 31.13% from 257); Max value from RGB is 89 - color contains mainly: red. Hex color #595850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #595850 is #A6A7AF. Grayscale: #575757. Windows color (decimal): -10921904 or 5265497. OLE color: 5265497.

HSL color Cylindrical-coordinate representation of color #595850: hue angle of 53.33º degrees, saturation: 0.05, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #595850 is Cyan = 0, Magento = 0.01, Yellow = 0.10 and Black (K on CMYK) = 0.65.

Color convert

RGB898880-
CMYK00.010.100.65
HSL53.33º5.33%33.14%-
HSV(B)53.33º10.11%34.9%-
XYZ9.069.688.98-
YUV87.39123.83129.15-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 34.63%
GREEN value IS 88 (34.77% from 255) = 34.24%
BLUE value IS 80 (31.64% from 255) = 31.13%
R=34.63%
G=34.24%
B=31.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.10
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal89888000.010.100.6553.335.3333.14
Hex59585001A4135521
Octal131130120011210165541
Binary1011001101100010100000110101000001110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #595850

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #595850; }

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

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

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

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

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

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

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

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