Html Css Color HEX #585042 Mondo

📋 copy color: '#585042'

red 88 ◦ green 80 ◦ blue 66

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

Shades of Mondo #585042

Tints of Mondo #585042

RGB

 RED value IS 88 (34.77% from 255) = 37.61%

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

 BLUE value IS 66 (26.17% from 255) = 28.21%

R = 37.61%
G = 34.19%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.25

 K value IS 0.65

RGB Variations

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

Color information

#585042 (or 0x585042) is known color: Mondo. HEX triplet: 58, 50 and 42. RGB value is (88,80,66). Sum of RGB (Red+Green+Blue) = 88+80+66=234 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.61% from 234); Green value is 80 (31.64% from 255 or 34.19% from 234); Blue value is 66 (26.17% from 255 or 28.21% from 234); Max value from RGB is 88 - color contains mainly: red. Hex color #585042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #585042 is #A7AFBD. Grayscale: #505050. Windows color (decimal): -10989502 or 4345944. OLE color: 4345944.

HSL color Cylindrical-coordinate representation of color #585042: hue angle of 38.18º degrees, saturation: 0.14, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #585042 is Cyan = 0, Magento = 0.09, Yellow = 0.25 and Black (K on CMYK) = 0.65.

Color convert

RGB 88 80 66 -
CMYK 0 0.09 0.25 0.65
HSL 38.18º 0.14% 0.3% -
HSV(B) 38.18º 0.25% 0.35% -
XYZ 7.88 8.21 6.32 -
YUV 80.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 88 80 66 0 0.09 0.25 0.65 38.18 0.14 0.3
Hex 58 50 42 0 9 19 41 26 E 1E
Octal 130 120 102 0 11 31 101 46 16 36
Binary 1011000 1010000 1000010 0 1001 11001 1000001 100110 1110 11110

Color Harmonies of #585042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #585042

Black with #585042

Text Example


Text Example

White with #585042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #585042; }

 p { color: rgb(88,80,66); }

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

background-color css

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

 a { background-color: rgb(88,80,66); }

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

border-color css

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

 span { border-color: rgb(88,80,66); }

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