Html Css Color HEX #52504E Mondo

📋 copy color: '#52504E'

red 82 ◦ green 80 ◦ blue 78

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

Shades of Mondo #52504E

Tints of Mondo #52504E

RGB

 RED value IS 82 (32.42% from 255) = 34.17%

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

 BLUE value IS 78 (30.86% from 255) = 32.5%

R = 34.17%
G = 33.33%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.05

 K value IS 0.68

RGB Variations

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

Color information

#52504E (or 0x52504E) is known color: Mondo. HEX triplet: 52, 50 and 4E. RGB value is (82,80,78). Sum of RGB (Red+Green+Blue) = 82+80+78=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 80 (31.64% from 255 or 33.33% from 240); Blue value is 78 (30.86% from 255 or 32.5% from 240); Max value from RGB is 82 - color contains mainly: red. Hex color #52504E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52504E is #ADAFB1. Grayscale: #505050. Windows color (decimal): -11382706 or 5132370. OLE color: 5132370.

HSL color Cylindrical-coordinate representation of color #52504E: hue angle of 30º degrees, saturation: 0.03, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #52504E is Cyan = 0, Magento = 0.02, Yellow = 0.05 and Black (K on CMYK) = 0.68.

Color convert

RGB 82 80 78 -
CMYK 0 0.02 0.05 0.68
HSL 30º 0.03% 0.31% -
HSV(B) 30º 0.05% 0.32% -
XYZ 7.72 8.08 8.36 -
YUV 80.37 126.66 129.16 -
System Red Green Blue C M Y K H S L
Decimal 82 80 78 0 0.02 0.05 0.68 30 0.03 0.31
Hex 52 50 4E 0 2 5 44 1E 2 1F
Octal 122 120 116 0 2 5 104 36 2 37
Binary 1010010 1010000 1001110 0 10 101 1000100 11110 10 11111

Color Harmonies of #52504E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52504E

Black with #52504E

Text Example


Text Example

White with #52504E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52504E; }

 p { color: rgb(82,80,78); }

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

background-color css

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

 a { background-color: rgb(82,80,78); }

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

border-color css

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

 span { border-color: rgb(82,80,78); }

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