Html Css Color HEX #52505A Mulled Wine

📋 copy color: '#52505A'

red 82 ◦ green 80 ◦ blue 90

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

Shades of Mulled Wine #52505A

Tints of Mulled Wine #52505A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 35.71%

R = 32.54%
G = 31.75%
B = 35.71%

CMYK

 C value IS 0.09

 M value IS 0.11

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#52505A (or 0x52505A) is known color: Mulled Wine. HEX triplet: 52, 50 and 5A. RGB value is (82,80,90). Sum of RGB (Red+Green+Blue) = 82+80+90=252 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.54% from 252); Green value is 80 (31.64% from 255 or 31.75% from 252); Blue value is 90 (35.55% from 255 or 35.71% from 252); Max value from RGB is 90 - color contains mainly: blue. Hex color #52505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52505A is #ADAFA5. Grayscale: #515151. Windows color (decimal): -11382694 or 5918802. OLE color: 5918802.

HSL color Cylindrical-coordinate representation of color #52505A: hue angle of 252º degrees, saturation: 0.06, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #52505A is Cyan = 0.09, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 82 80 90 -
CMYK 0.09 0.11 0 0.65
HSL 252º 0.06% 0.33% -
HSV(B) 252º 0.11% 0.35% -
XYZ 8.19 8.27 10.84 -
YUV 81.74 132.66 128.19 -
System Red Green Blue C M Y K H S L
Decimal 82 80 90 0.09 0.11 0 0.65 252 0.06 0.33
Hex 52 50 5A 9 B 0 41 FC 6 21
Octal 122 120 132 11 13 0 101 374 6 41
Binary 1010010 1010000 1011010 1001 1011 0 1000001 11111100 110 100001

Color Harmonies of #52505A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52505A

Black with #52505A

Text Example


Text Example

White with #52505A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52505A; }

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

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

background-color css

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

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

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

border-color css

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

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

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