Html Css Color HEX #575066 Mulled Wine

📋 copy color: '#575066'

red 87 ◦ green 80 ◦ blue 102

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

Shades of Mulled Wine #575066

Tints of Mulled Wine #575066

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.92%

R = 32.34%
G = 29.74%
B = 37.92%

CMYK

 C value IS 0.15

 M value IS 0.22

 Y value IS 0

 K value IS 0.6

RGB Variations

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

Color information

#575066 (or 0x575066) is known color: Mulled Wine. HEX triplet: 57, 50 and 66. RGB value is (87,80,102). Sum of RGB (Red+Green+Blue) = 87+80+102=269 (35% of max value = 765). Red value is 87 (34.38% from 255 or 32.34% from 269); Green value is 80 (31.64% from 255 or 29.74% from 269); Blue value is 102 (40.23% from 255 or 37.92% from 269); Max value from RGB is 102 - color contains mainly: blue. Hex color #575066 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575066 is #A8AF99. Grayscale: #545454. Windows color (decimal): -11055002 or 6705239. OLE color: 6705239.

HSL color Cylindrical-coordinate representation of color #575066: hue angle of 259.09º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #575066 is Cyan = 0.15, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB 87 80 102 -
CMYK 0.15 0.22 0 0.6
HSL 259.09º 0.12% 0.36% -
HSV(B) 259.09º 0.22% 0.4% -
XYZ 9.2 8.72 13.77 -
YUV 84.6 137.82 129.71 -
System Red Green Blue C M Y K H S L
Decimal 87 80 102 0.15 0.22 0 0.6 259.09 0.12 0.36
Hex 57 50 66 F 16 0 3C 103 C 24
Octal 127 120 146 17 26 0 74 403 14 44
Binary 1010111 1010000 1100110 1111 10110 0 111100 100000011 1100 100100

Color Harmonies of #575066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575066

Black with #575066

Text Example


Text Example

White with #575066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575066; }

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

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

background-color css

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

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

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

border-color css

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

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

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