Html Css Color HEX #554760 Mulled Wine

📋 copy color: '#554760'

red 85 ◦ green 71 ◦ blue 96

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

Shades of Mulled Wine #554760

Tints of Mulled Wine #554760

RGB

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

 GREEN value IS 71 (28.13% from 255) = 28.17%

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

R = 33.73%
G = 28.17%
B = 38.1%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#554760 (or 0x554760) is known color: Mulled Wine. HEX triplet: 55, 47 and 60. RGB value is (85,71,96). Sum of RGB (Red+Green+Blue) = 85+71+96=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 71 (28.12% from 255 or 28.17% from 252); Blue value is 96 (37.89% from 255 or 38.10% from 252); Max value from RGB is 96 - color contains mainly: blue. Hex color #554760 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554760 is #AAB89F. Grayscale: #4D4D4D. Windows color (decimal): -11188384 or 6309717. OLE color: 6309717.

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

Color convert

RGB 85 71 96 -
CMYK 0.11 0.26 0 0.62
HSL 273.6º 0.15% 0.33% -
HSV(B) 273.6º 0.26% 0.38% -
XYZ 8.11 7.28 12.04 -
YUV 78.04 138.14 132.97 -
System Red Green Blue C M Y K H S L
Decimal 85 71 96 0.11 0.26 0 0.62 273.6 0.15 0.33
Hex 55 47 60 B 1A 0 3E 112 F 21
Octal 125 107 140 13 32 0 76 422 17 41
Binary 1010101 1000111 1100000 1011 11010 0 111110 100010010 1111 100001

Color Harmonies of #554760

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554760

Black with #554760

Text Example


Text Example

White with #554760

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554760; }

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

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

background-color css

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

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

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

border-color css

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

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

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