Html Css Color HEX #565049 Mondo

📋 copy color: '#565049'

red 86 ◦ green 80 ◦ blue 73

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

Shades of Mondo #565049

Tints of Mondo #565049

RGB

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

 GREEN value IS 80 (31.64% from 255) = 33.47%

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

R = 35.98%
G = 33.47%
B = 30.54%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.15

 K value IS 0.66

RGB Variations

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

Color information

#565049 (or 0x565049) is known color: Mondo. HEX triplet: 56, 50 and 49. RGB value is (86,80,73). Sum of RGB (Red+Green+Blue) = 86+80+73=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 80 (31.64% from 255 or 33.47% from 239); Blue value is 73 (28.91% from 255 or 30.54% from 239); Max value from RGB is 86 - color contains mainly: red. Hex color #565049 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565049 is #A9AFB6. Grayscale: #515151. Windows color (decimal): -11120567 or 4804694. OLE color: 4804694.

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

Color convert

RGB 86 80 73 -
CMYK 0 0.07 0.15 0.66
HSL 32.31º 0.08% 0.31% -
HSV(B) 32.31º 0.15% 0.34% -
XYZ 7.91 8.2 7.47 -
YUV 81 123.49 131.57 -
System Red Green Blue C M Y K H S L
Decimal 86 80 73 0 0.07 0.15 0.66 32.31 0.08 0.31
Hex 56 50 49 0 7 F 42 20 8 1F
Octal 126 120 111 0 7 17 102 40 10 37
Binary 1010110 1010000 1001001 0 111 1111 1000010 100000 1000 11111

Color Harmonies of #565049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565049

Black with #565049

Text Example


Text Example

White with #565049

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565049; }

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

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

background-color css

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

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

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

border-color css

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

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

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