#575649

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

Shades of Millbrook #575649

Tints of Millbrook #575649

Color information

#575649 (or 0x575649) is unknown color: approx Millbrook. HEX triplet: 57, 56 and 49. RGB value is (87,86,73). Sum of RGB (Red+Green+Blue) = 87+86+73=246 (32% of max value = 765). Red value is 87 (34.38% from 255 or 35.37% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 73 (28.91% from 255 or 29.67% from 246); Max value from RGB is 87 - color contains mainly: red. Hex color #575649 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575649 is #A8A9B6. Grayscale: #545454. Windows color (decimal): -11053495 or 4806231. OLE color: 4806231.

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

Color convert

RGB878673-
CMYK00.010.160.66
HSL55.71º8.75%31.37%-
HSV(B)55.71º16.09%34.12%-
XYZ8.469.167.63-
YUV84.82121.33129.56-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 35.37%
GREEN value IS 86 (33.98% from 255) = 34.96%
BLUE value IS 73 (28.91% from 255) = 29.67%
R=35.37%
G=34.96%
B=29.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87867300.010.160.6655.718.7531.37
Hex5756490110423891f
Octal1271261110120102701137
Binary10101111010110100100101100001000010111000100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575649; }

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

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

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

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

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

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

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

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