#575650

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

Shades of Millbrook #575650

Tints of Millbrook #575650

Color information

#575650 (or 0x575650) is unknown color: approx Millbrook. HEX triplet: 57, 56 and 50. RGB value is (87,86,80). Sum of RGB (Red+Green+Blue) = 87+86+80=253 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.39% from 253); Green value is 86 (33.98% from 255 or 33.99% from 253); Blue value is 80 (31.64% from 255 or 31.62% from 253); Max value from RGB is 87 - color contains mainly: red. Hex color #575650 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575650 is #A8A9AF. Grayscale: #555555. Windows color (decimal): -11053488 or 5264983. OLE color: 5264983.

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

Color convert

RGB878680-
CMYK00.010.080.66
HSL51.43º4.19%32.75%-
HSV(B)51.43º8.05%34.12%-
XYZ8.719.268.92-
YUV85.62124.83128.99-

RGB Variations

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

RGB

RED value IS 87 (34.38% from 255) = 34.39%
GREEN value IS 86 (33.98% from 255) = 33.99%
BLUE value IS 80 (31.64% from 255) = 31.62%
R=34.39%
G=33.99%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.08
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal87868000.010.080.6651.434.1932.75
Hex5756500184233421
Octal127126120011010263441
Binary1010111101011010100000110001000010110011100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #575650

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #575650; }

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

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

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

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

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

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

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

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