Html Css Color HEX #565550 Millbrook

📋 copy color: '#565550'

red 86 ◦ green 85 ◦ blue 80

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

Shades of Millbrook #565550

Tints of Millbrook #565550

RGB

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

 GREEN value IS 85 (33.59% from 255) = 33.86%

 BLUE value IS 80 (31.64% from 255) = 31.87%

R = 34.26%
G = 33.86%
B = 31.87%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#565550 (or 0x565550) is known color: Millbrook. HEX triplet: 56, 55 and 50. RGB value is (86,85,80). Sum of RGB (Red+Green+Blue) = 86+85+80=251 (33% of max value = 765). Red value is 86 (33.98% from 255 or 34.26% from 251); Green value is 85 (33.59% from 255 or 33.86% from 251); Blue value is 80 (31.64% from 255 or 31.87% from 251); Max value from RGB is 86 - color contains mainly: red. Hex color #565550 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #565550 is #A9AAAF. Grayscale: #545454. Windows color (decimal): -11119280 or 5264726. OLE color: 5264726.

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

Color convert

RGB 86 85 80 -
CMYK 0 0.01 0.07 0.66
HSL 50º 0.04% 0.33% -
HSV(B) 50º 0.07% 0.34% -
XYZ 8.53 9.05 8.89 -
YUV 84.73 125.33 128.91 -
System Red Green Blue C M Y K H S L
Decimal 86 85 80 0 0.01 0.07 0.66 50 0.04 0.33
Hex 56 55 50 0 1 7 42 32 4 21
Octal 126 125 120 0 1 7 102 62 4 41
Binary 1010110 1010101 1010000 0 1 111 1000010 110010 100 100001

Color Harmonies of #565550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565550

Black with #565550

Text Example


Text Example

White with #565550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565550; }

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

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

background-color css

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

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

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

border-color css

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

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

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