Html Css Color HEX #554E5D Mulled Wine

📋 copy color: '#554E5D'

red 85 ◦ green 78 ◦ blue 93

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

Shades of Mulled Wine #554E5D

Tints of Mulled Wine #554E5D

RGB

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

 GREEN value IS 78 (30.86% from 255) = 30.47%

 BLUE value IS 93 (36.72% from 255) = 36.33%

R = 33.2%
G = 30.47%
B = 36.33%

CMYK

 C value IS 0.09

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#554E5D (or 0x554E5D) is known color: Mulled Wine. HEX triplet: 55, 4E and 5D. RGB value is (85,78,93). Sum of RGB (Red+Green+Blue) = 85+78+93=256 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.20% from 256); Green value is 78 (30.86% from 255 or 30.47% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 93 - color contains mainly: blue. Hex color #554E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E5D is #AAB1A2. Grayscale: #515151. Windows color (decimal): -11186595 or 6114901. OLE color: 6114901.

HSL color Cylindrical-coordinate representation of color #554E5D: hue angle of 268º degrees, saturation: 0.09, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #554E5D is Cyan = 0.09, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 78 93 -
CMYK 0.09 0.16 0 0.64
HSL 268º 0.09% 0.34% -
HSV(B) 268º 0.16% 0.36% -
XYZ 8.45 8.17 11.49 -
YUV 81.8 134.32 130.28 -
System Red Green Blue C M Y K H S L
Decimal 85 78 93 0.09 0.16 0 0.64 268 0.09 0.34
Hex 55 4E 5D 9 10 0 40 10C 9 22
Octal 125 116 135 11 20 0 100 414 11 42
Binary 1010101 1001110 1011101 1001 10000 0 1000000 100001100 1001 100010

Color Harmonies of #554E5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E5D

Black with #554E5D

Text Example


Text Example

White with #554E5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554E5D; }

 p { color: rgb(85,78,93); }

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

background-color css

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

 a { background-color: rgb(85,78,93); }

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

border-color css

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

 span { border-color: rgb(85,78,93); }

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