Html Css Color HEX #525057 Mulled Wine

📋 copy color: '#525057'

red 82 ◦ green 80 ◦ blue 87

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

Shades of Mulled Wine #525057

Tints of Mulled Wine #525057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 34.94%

R = 32.93%
G = 32.13%
B = 34.94%

CMYK

 C value IS 0.06

 M value IS 0.08

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#525057 (or 0x525057) is known color: Mulled Wine. HEX triplet: 52, 50 and 57. RGB value is (82,80,87). Sum of RGB (Red+Green+Blue) = 82+80+87=249 (32% of max value = 765). Red value is 82 (32.42% from 255 or 32.93% from 249); Green value is 80 (31.64% from 255 or 32.13% from 249); Blue value is 87 (34.38% from 255 or 34.94% from 249); Max value from RGB is 87 - color contains mainly: blue. Hex color #525057 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525057 is #ADAFA8. Grayscale: #515151. Windows color (decimal): -11382697 or 5722194. OLE color: 5722194.

HSL color Cylindrical-coordinate representation of color #525057: hue angle of 257.14º degrees, saturation: 0.04, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #525057 is Cyan = 0.06, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 82 80 87 -
CMYK 0.06 0.08 0 0.66
HSL 257.14º 0.04% 0.33% -
HSV(B) 257.14º 0.08% 0.34% -
XYZ 8.07 8.22 10.18 -
YUV 81.4 131.16 128.43 -
System Red Green Blue C M Y K H S L
Decimal 82 80 87 0.06 0.08 0 0.66 257.14 0.04 0.33
Hex 52 50 57 6 8 0 42 101 4 21
Octal 122 120 127 6 10 0 102 401 4 41
Binary 1010010 1010000 1010111 110 1000 0 1000010 100000001 100 100001

Color Harmonies of #525057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525057

Black with #525057

Text Example


Text Example

White with #525057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525057; }

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

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

background-color css

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

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

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

border-color css

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

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

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