Html Css Color HEX #575062 Mulled Wine

📋 copy color: '#575062'

red 87 ◦ green 80 ◦ blue 98

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

Shades of Mulled Wine #575062

Tints of Mulled Wine #575062

RGB

 RED value IS 87 (34.38% from 255) = 32.83%

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

 BLUE value IS 98 (38.67% from 255) = 36.98%

R = 32.83%
G = 30.19%
B = 36.98%

CMYK

 C value IS 0.11

 M value IS 0.18

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#575062 (or 0x575062) is known color: Mulled Wine. HEX triplet: 57, 50 and 62. RGB value is (87,80,98). Sum of RGB (Red+Green+Blue) = 87+80+98=265 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.83% from 265); Green value is 80 (31.64% from 255 or 30.19% from 265); Blue value is 98 (38.67% from 255 or 36.98% from 265); Max value from RGB is 98 - color contains mainly: blue. Hex color #575062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575062 is #A8AF9D. Grayscale: #545454. Windows color (decimal): -11055006 or 6443095. OLE color: 6443095.

HSL color Cylindrical-coordinate representation of color #575062: hue angle of 263.33º degrees, saturation: 0.1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #575062 is Cyan = 0.11, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 87 80 98 -
CMYK 0.11 0.18 0 0.62
HSL 263.33º 0.1% 0.35% -
HSV(B) 263.33º 0.18% 0.38% -
XYZ 9 8.65 12.75 -
YUV 84.15 135.82 130.04 -
System Red Green Blue C M Y K H S L
Decimal 87 80 98 0.11 0.18 0 0.62 263.33 0.1 0.35
Hex 57 50 62 B 12 0 3E 107 A 23
Octal 127 120 142 13 22 0 76 407 12 43
Binary 1010111 1010000 1100010 1011 10010 0 111110 100000111 1010 100011

Color Harmonies of #575062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575062

Black with #575062

Text Example


Text Example

White with #575062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575062; }

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

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

background-color css

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

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

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

border-color css

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

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

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