Html Css Color HEX #555063 Mulled Wine

📋 copy color: '#555063'

red 85 ◦ green 80 ◦ blue 99

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

Shades of Mulled Wine #555063

Tints of Mulled Wine #555063

RGB

 RED value IS 85 (33.59% from 255) = 32.2%

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

 BLUE value IS 99 (39.06% from 255) = 37.5%

R = 32.2%
G = 30.3%
B = 37.5%

CMYK

 C value IS 0.14

 M value IS 0.19

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#555063 (or 0x555063) is known color: Mulled Wine. HEX triplet: 55, 50 and 63. RGB value is (85,80,99). Sum of RGB (Red+Green+Blue) = 85+80+99=264 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.20% from 264); Green value is 80 (31.64% from 255 or 30.30% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 99 - color contains mainly: blue. Hex color #555063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555063 is #AAAF9C. Grayscale: #535353. Windows color (decimal): -11186077 or 6508629. OLE color: 6508629.

HSL color Cylindrical-coordinate representation of color #555063: hue angle of 255.79º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #555063 is Cyan = 0.14, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 85 80 99 -
CMYK 0.14 0.19 0 0.61
HSL 255.79º 0.11% 0.35% -
HSV(B) 255.79º 0.19% 0.39% -
XYZ 8.87 8.57 12.99 -
YUV 83.66 136.66 128.96 -
System Red Green Blue C M Y K H S L
Decimal 85 80 99 0.14 0.19 0 0.61 255.79 0.11 0.35
Hex 55 50 63 E 13 0 3D 100 B 23
Octal 125 120 143 16 23 0 75 400 13 43
Binary 1010101 1010000 1100011 1110 10011 0 111101 100000000 1011 100011

Color Harmonies of #555063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555063

Black with #555063

Text Example


Text Example

White with #555063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555063; }

 p { color: rgb(85,80,99); }

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

background-color css

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

 a { background-color: rgb(85,80,99); }

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

border-color css

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

 span { border-color: rgb(85,80,99); }

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