Html Css Color HEX #525054 Mulled Wine

📋 copy color: '#525054'

red 82 ◦ green 80 ◦ blue 84

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

Shades of Mulled Wine #525054

Tints of Mulled Wine #525054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 34.15%

R = 33.33%
G = 32.52%
B = 34.15%

CMYK

 C value IS 0.02

 M value IS 0.05

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#525054 (or 0x525054) is known color: Mulled Wine. HEX triplet: 52, 50 and 54. RGB value is (82,80,84). Sum of RGB (Red+Green+Blue) = 82+80+84=246 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.33% from 246); Green value is 80 (31.64% from 255 or 32.52% from 246); Blue value is 84 (33.20% from 255 or 34.15% from 246); Max value from RGB is 84 - color contains mainly: blue. Hex color #525054 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525054 is #ADAFAB. Grayscale: #515151. Windows color (decimal): -11382700 or 5525586. OLE color: 5525586.

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

Color convert

RGB 82 80 84 -
CMYK 0.02 0.05 0 0.67
HSL 270º 0.02% 0.32% -
HSV(B) 270º 0.05% 0.33% -
XYZ 7.95 8.17 9.55 -
YUV 81.05 129.66 128.67 -
System Red Green Blue C M Y K H S L
Decimal 82 80 84 0.02 0.05 0 0.67 270 0.02 0.32
Hex 52 50 54 2 5 0 43 10E 2 20
Octal 122 120 124 2 5 0 103 416 2 40
Binary 1010010 1010000 1010100 10 101 0 1000011 100001110 10 100000

Color Harmonies of #525054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525054

Black with #525054

Text Example


Text Example

White with #525054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525054; }

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

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

background-color css

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

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

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

border-color css

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

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

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