#585445

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

Shades of Millbrook #585445

Tints of Millbrook #585445

Color information

#585445 (or 0x585445) is unknown color: approx Millbrook. HEX triplet: 58, 54 and 45. RGB value is (88,84,69). Sum of RGB (Red+Green+Blue) = 88+84+69=241 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.51% from 241); Green value is 84 (33.20% from 255 or 34.85% from 241); Blue value is 69 (27.34% from 255 or 28.63% from 241); Max value from RGB is 88 - color contains mainly: red. Hex color #585445 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585445 is #A7ABBA. Grayscale: #535353. Windows color (decimal): -10988475 or 4543576. OLE color: 4543576.

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

Color convert

RGB888469-
CMYK00.050.220.65
HSL47.37º12.1%30.78%-
HSV(B)47.37º21.59%34.51%-
XYZ8.278.856.9-
YUV83.49119.83131.22-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.51%
GREEN value IS 84 (33.20% from 255) = 34.85%
BLUE value IS 69 (27.34% from 255) = 28.63%
R=36.51%
G=34.85%
B=28.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.22
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal88846900.050.220.6547.3712.130.78
Hex5854450516412fc1f
Octal1301241050526101571437
Binary1011000101010010001010101101101000001101111110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #585445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #585445; }

 p { color: rgb(88,84,69); }

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

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

 a { background-color: rgb(88,84,69); }

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

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

 span { border-color: rgb(88,84,69); }

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