#585750

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

Shades of Millbrook #585750

Tints of Millbrook #585750

Color information

#585750 (or 0x585750) is unknown color: approx Millbrook. HEX triplet: 58, 57 and 50. RGB value is (88,87,80). Sum of RGB (Red+Green+Blue) = 88+87+80=255 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.51% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 80 (31.64% from 255 or 31.37% from 255); Max value from RGB is 88 - color contains mainly: red. Hex color #585750 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #585750 is #A7A8AF. Grayscale: #565656. Windows color (decimal): -10987696 or 5265240. OLE color: 5265240.

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

Color convert

RGB888780-
CMYK00.010.090.65
HSL52.5º4.76%32.94%-
HSV(B)52.5º9.09%34.51%-
XYZ8.889.478.95-
YUV86.5124.33129.07-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.51%
GREEN value IS 87 (34.38% from 255) = 34.12%
BLUE value IS 80 (31.64% from 255) = 31.37%
R=34.51%
G=34.12%
B=31.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.09
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88878000.010.090.6552.54.7632.94
Hex5857500194135521
Octal130127120011110165541
Binary1011000101011110100000110011000001110101101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585750; }

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

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

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

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

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

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

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

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