Html Css Color HEX #53504D Mondo

📋 copy color: '#53504D'

red 83 ◦ green 80 ◦ blue 77

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

Shades of Mondo #53504D

Tints of Mondo #53504D

RGB

 RED value IS 83 (32.81% from 255) = 34.58%

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

 BLUE value IS 77 (30.47% from 255) = 32.08%

R = 34.58%
G = 33.33%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.07

 K value IS 0.67

RGB Variations

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

Color information

#53504D (or 0x53504D) is known color: Mondo. HEX triplet: 53, 50 and 4D. RGB value is (83,80,77). Sum of RGB (Red+Green+Blue) = 83+80+77=240 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.58% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 83 - color contains mainly: red. Hex color #53504D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #53504D is #ACAFB2. Grayscale: #505050. Windows color (decimal): -11317171 or 5066835. OLE color: 5066835.

HSL color Cylindrical-coordinate representation of color #53504D: hue angle of 30º degrees, saturation: 0.04, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #53504D is Cyan = 0, Magento = 0.04, Yellow = 0.07 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 80 77 -
CMYK 0 0.04 0.07 0.67
HSL 30º 0.04% 0.31% -
HSV(B) 30º 0.07% 0.33% -
XYZ 7.78 8.11 8.18 -
YUV 80.56 125.99 129.74 -
System Red Green Blue C M Y K H S L
Decimal 83 80 77 0 0.04 0.07 0.67 30 0.04 0.31
Hex 53 50 4D 0 4 7 43 1E 4 1F
Octal 123 120 115 0 4 7 103 36 4 37
Binary 1010011 1010000 1001101 0 100 111 1000011 11110 100 11111

Color Harmonies of #53504D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #53504D

Black with #53504D

Text Example


Text Example

White with #53504D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #53504D; }

 p { color: rgb(83,80,77); }

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

background-color css

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

 a { background-color: rgb(83,80,77); }

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

border-color css

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

 span { border-color: rgb(83,80,77); }

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