Html Css Color HEX #575043 Mondo

📋 copy color: '#575043'

red 87 ◦ green 80 ◦ blue 67

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

Shades of Mondo #575043

Tints of Mondo #575043

RGB

 RED value IS 87 (34.38% from 255) = 37.18%

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

 BLUE value IS 67 (26.56% from 255) = 28.63%

R = 37.18%
G = 34.19%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#575043 (or 0x575043) is known color: Mondo. HEX triplet: 57, 50 and 43. RGB value is (87,80,67). Sum of RGB (Red+Green+Blue) = 87+80+67=234 (30% of max value = 765). Red value is 87 (34.38% from 255 or 37.18% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 67 (26.56% from 255 or 28.63% from 234); Max value from RGB is 87 - color contains mainly: red. Hex color #575043 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #575043 is #A8AFBC. Grayscale: #505050. Windows color (decimal): -11055037 or 4411479. OLE color: 4411479.

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

Color convert

RGB 87 80 67 -
CMYK 0 0.08 0.23 0.66
HSL 39º 0.13% 0.3% -
HSV(B) 39º 0.23% 0.34% -
XYZ 7.81 8.17 6.48 -
YUV 80.61 120.32 132.56 -
System Red Green Blue C M Y K H S L
Decimal 87 80 67 0 0.08 0.23 0.66 39 0.13 0.3
Hex 57 50 43 0 8 17 42 27 D 1E
Octal 127 120 103 0 10 27 102 47 15 36
Binary 1010111 1010000 1000011 0 1000 10111 1000010 100111 1101 11110

Color Harmonies of #575043

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575043

Black with #575043

Text Example


Text Example

White with #575043

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575043; }

 p { color: rgb(87,80,67); }

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

background-color css

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

 a { background-color: rgb(87,80,67); }

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

border-color css

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

 span { border-color: rgb(87,80,67); }

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