#565448

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

Shades of Millbrook #565448

Tints of Millbrook #565448

Color information

#565448 (or 0x565448) is unknown color: approx Millbrook. HEX triplet: 56, 54 and 48. RGB value is (86,84,72). Sum of RGB (Red+Green+Blue) = 86+84+72=242 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.54% from 242); Green value is 84 (33.20% from 255 or 34.71% from 242); Blue value is 72 (28.52% from 255 or 29.75% from 242); Max value from RGB is 86 - color contains mainly: red. Hex color #565448 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565448 is #A9ABB7. Grayscale: #535353. Windows color (decimal): -11119544 or 4740182. OLE color: 4740182.

HSL color Cylindrical-coordinate representation of color #565448: hue angle of 51.43º 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 #565448 is Cyan = 0, Magento = 0.02, Yellow = 0.16 and Black (K on CMYK) = 0.66.

Color convert

RGB868472-
CMYK00.020.160.66
HSL51.43º8.86%30.98%-
HSV(B)51.43º16.28%33.73%-
XYZ8.188.797.4-
YUV83.23121.66129.98-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 35.54%
GREEN value IS 84 (33.20% from 255) = 34.71%
BLUE value IS 72 (28.52% from 255) = 29.75%
R=35.54%
G=34.71%
B=29.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.16
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86847200.020.160.6651.438.8630.98
Hex5654480210423391f
Octal1261241100220102631137
Binary101011010101001001000010100001000010110011100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #565448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #565448; }

 p { color: rgb(86,84,72); }

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

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

 a { background-color: rgb(86,84,72); }

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

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

 span { border-color: rgb(86,84,72); }

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