#585649

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

Shades of Millbrook #585649

Tints of Millbrook #585649

Color information

#585649 (or 0x585649) is unknown color: approx Millbrook. HEX triplet: 58, 56 and 49. RGB value is (88,86,73). Sum of RGB (Red+Green+Blue) = 88+86+73=247 (32% of max value = 765). Red value is 88 (34.77% from 255 or 35.63% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 73 (28.91% from 255 or 29.55% from 247); Max value from RGB is 88 - color contains mainly: red. Hex color #585649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585649 is #A7A9B6. Grayscale: #555555. Windows color (decimal): -10987959 or 4806232. OLE color: 4806232.

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

Color convert

RGB888673-
CMYK00.020.170.65
HSL52º9.32%31.57%-
HSV(B)52º17.05%34.51%-
XYZ8.559.217.63-
YUV85.12121.16130.06-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.63%
GREEN value IS 86 (33.98% from 255) = 34.82%
BLUE value IS 73 (28.91% from 255) = 29.55%
R=35.63%
G=34.82%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.17
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88867300.020.170.65529.3231.57
Hex58564902114134920
Octal1301261110221101641140
Binary1011000101011010010010101000110000011101001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585649; }

 p { color: rgb(88,86,73); }

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

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

 a { background-color: rgb(88,86,73); }

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

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

 span { border-color: rgb(88,86,73); }

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