Html Css Color HEX #565449 Millbrook

📋 copy color: '#565449'

red 86 ◦ green 84 ◦ blue 73

#565449
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Millbrook #565449

Tints of Millbrook #565449

RGB

 RED value IS 86 (33.98% from 255) = 35.39%

 GREEN value IS 84 (33.2% from 255) = 34.57%

 BLUE value IS 73 (28.91% from 255) = 30.04%

R = 35.39%
G = 34.57%
B = 30.04%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#565449 (or 0x565449) is known color: Millbrook. HEX triplet: 56, 54 and 49. RGB value is (86,84,73). Sum of RGB (Red+Green+Blue) = 86+84+73=243 (32% of max value = 765). Red value is 86 (33.98% from 255 or 35.39% from 243); Green value is 84 (33.20% from 255 or 34.57% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 86 - color contains mainly: red. Hex color #565449 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565449 is #A9ABB6. Grayscale: #535353. Windows color (decimal): -11119543 or 4805718. OLE color: 4805718.

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

Color convert

RGB 86 84 73 -
CMYK 0 0.02 0.15 0.66
HSL 50.77º 0.08% 0.31% -
HSV(B) 50.77º 0.15% 0.34% -
XYZ 8.21 8.8 7.57 -
YUV 83.34 122.16 129.89 -
System Red Green Blue C M Y K H S L
Decimal 86 84 73 0 0.02 0.15 0.66 50.77 0.08 0.31
Hex 56 54 49 0 2 F 42 33 8 1F
Octal 126 124 111 0 2 17 102 63 10 37
Binary 1010110 1010100 1001001 0 10 1111 1000010 110011 1000 11111

Color Harmonies of #565449

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565449

Black with #565449

Text Example


Text Example

White with #565449

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565449; }

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

 H1.HeaderClassName
 {
   color: #565449;
 }
 .AnyTagClassName
 {
   color: #565449;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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