Html Css Color HEX #565048 Mondo

📋 copy color: '#565048'

red 86 ◦ green 80 ◦ blue 72

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

Shades of Mondo #565048

Tints of Mondo #565048

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.25%

R = 36.13%
G = 33.61%
B = 30.25%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.16

 K value IS 0.66

RGB Variations

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

Color information

#565048 (or 0x565048) is known color: Mondo. HEX triplet: 56, 50 and 48. RGB value is (86,80,72). Sum of RGB (Red+Green+Blue) = 86+80+72=238 (31% of max value = 765). Red value is 86 (33.98% from 255 or 36.13% from 238); Green value is 80 (31.64% from 255 or 33.61% from 238); Blue value is 72 (28.52% from 255 or 30.25% from 238); Max value from RGB is 86 - color contains mainly: red. Hex color #565048 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #565048 is #A9AFB7. Grayscale: #505050. Windows color (decimal): -11120568 or 4739158. OLE color: 4739158.

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

Color convert

RGB 86 80 72 -
CMYK 0 0.07 0.16 0.66
HSL 34.29º 0.09% 0.31% -
HSV(B) 34.29º 0.16% 0.34% -
XYZ 7.88 8.18 7.3 -
YUV 80.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 86 80 72 0 0.07 0.16 0.66 34.29 0.09 0.31
Hex 56 50 48 0 7 10 42 22 9 1F
Octal 126 120 110 0 7 20 102 42 11 37
Binary 1010110 1010000 1001000 0 111 10000 1000010 100010 1001 11111

Color Harmonies of #565048

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #565048

Black with #565048

Text Example


Text Example

White with #565048

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #565048; }

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

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

background-color css

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

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

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

border-color css

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

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

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