Html Css Color HEX #525058 Mulled Wine

📋 copy color: '#525058'

red 82 ◦ green 80 ◦ blue 88

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

Shades of Mulled Wine #525058

Tints of Mulled Wine #525058

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 35.2%

R = 32.8%
G = 32%
B = 35.2%

CMYK

 C value IS 0.07

 M value IS 0.09

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#525058 (or 0x525058) is known color: Mulled Wine. HEX triplet: 52, 50 and 58. RGB value is (82,80,88). Sum of RGB (Red+Green+Blue) = 82+80+88=250 (33% of max value = 765). Red value is 82 (32.42% from 255 or 32.8% from 250); Green value is 80 (31.64% from 255 or 32% from 250); Blue value is 88 (34.77% from 255 or 35.2% from 250); Max value from RGB is 88 - color contains mainly: blue. Hex color #525058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525058 is #ADAFA7. Grayscale: #515151. Windows color (decimal): -11382696 or 5787730. OLE color: 5787730.

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

Color convert

RGB 82 80 88 -
CMYK 0.07 0.09 0 0.65
HSL 255º 0.05% 0.33% -
HSV(B) 255º 0.09% 0.35% -
XYZ 8.11 8.24 10.39 -
YUV 81.51 131.66 128.35 -
System Red Green Blue C M Y K H S L
Decimal 82 80 88 0.07 0.09 0 0.65 255 0.05 0.33
Hex 52 50 58 7 9 0 41 FF 5 21
Octal 122 120 130 7 11 0 101 377 5 41
Binary 1010010 1010000 1011000 111 1001 0 1000001 11111111 101 100001

Color Harmonies of #525058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525058

Black with #525058

Text Example


Text Example

White with #525058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525058; }

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

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

background-color css

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

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

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

border-color css

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

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

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