Html Css Color HEX #555060 Mulled Wine

📋 copy color: '#555060'

red 85 ◦ green 80 ◦ blue 96

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

Shades of Mulled Wine #555060

Tints of Mulled Wine #555060

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 36.78%

R = 32.57%
G = 30.65%
B = 36.78%

CMYK

 C value IS 0.11

 M value IS 0.17

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#555060 (or 0x555060) is known color: Mulled Wine. HEX triplet: 55, 50 and 60. RGB value is (85,80,96). Sum of RGB (Red+Green+Blue) = 85+80+96=261 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.57% from 261); Green value is 80 (31.64% from 255 or 30.65% from 261); Blue value is 96 (37.89% from 255 or 36.78% from 261); Max value from RGB is 96 - color contains mainly: blue. Hex color #555060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #555060 is #AAAF9F. Grayscale: #535353. Windows color (decimal): -11186080 or 6312021. OLE color: 6312021.

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

Color convert

RGB 85 80 96 -
CMYK 0.11 0.17 0 0.62
HSL 258.75º 0.09% 0.35% -
HSV(B) 258.75º 0.17% 0.38% -
XYZ 8.73 8.51 12.25 -
YUV 83.32 135.16 129.2 -
System Red Green Blue C M Y K H S L
Decimal 85 80 96 0.11 0.17 0 0.62 258.75 0.09 0.35
Hex 55 50 60 B 11 0 3E 103 9 23
Octal 125 120 140 13 21 0 76 403 11 43
Binary 1010101 1010000 1100000 1011 10001 0 111110 100000011 1001 100011

Color Harmonies of #555060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #555060

Black with #555060

Text Example


Text Example

White with #555060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #555060; }

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

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

background-color css

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

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

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

border-color css

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

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

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