Html Css Color HEX #5A5042 Mondo

📋 copy color: '#5A5042'

red 90 ◦ green 80 ◦ blue 66

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

Shades of Mondo #5A5042

Tints of Mondo #5A5042

RGB

 RED value IS 90 (35.55% from 255) = 38.14%

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

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

R = 38.14%
G = 33.9%
B = 27.97%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.27

 K value IS 0.65

RGB Variations

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

Color information

#5A5042 (or 0x5A5042) is known color: Mondo. HEX triplet: 5A, 50 and 42. RGB value is (90,80,66). Sum of RGB (Red+Green+Blue) = 90+80+66=236 (31% of max value = 765). Red value is 90 (35.55% from 255 or 38.14% from 236); Green value is 80 (31.64% from 255 or 33.90% from 236); Blue value is 66 (26.17% from 255 or 27.97% from 236); Max value from RGB is 90 - color contains mainly: red. Hex color #5A5042 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #5A5042 is #A5AFBD. Grayscale: #515151. Windows color (decimal): -10858430 or 4345946. OLE color: 4345946.

HSL color Cylindrical-coordinate representation of color #5A5042: hue angle of 35º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #5A5042 is Cyan = 0, Magento = 0.11, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 80 66 -
CMYK 0 0.11 0.27 0.65
HSL 35º 0.15% 0.31% -
HSV(B) 35º 0.27% 0.35% -
XYZ 8.07 8.3 6.33 -
YUV 81.39 119.31 134.14 -
System Red Green Blue C M Y K H S L
Decimal 90 80 66 0 0.11 0.27 0.65 35 0.15 0.31
Hex 5A 50 42 0 B 1B 41 23 F 1F
Octal 132 120 102 0 13 33 101 43 17 37
Binary 1011010 1010000 1000010 0 1011 11011 1000001 100011 1111 11111

Color Harmonies of #5A5042

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5042

Black with #5A5042

Text Example


Text Example

White with #5A5042

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A5042; }

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

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

background-color css

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

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

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

border-color css

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

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

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