Html Css Color HEX #554E5B Mulled Wine

📋 copy color: '#554E5B'

red 85 ◦ green 78 ◦ blue 91

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

Shades of Mulled Wine #554E5B

Tints of Mulled Wine #554E5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 35.83%

R = 33.46%
G = 30.71%
B = 35.83%

CMYK

 C value IS 0.07

 M value IS 0.14

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#554E5B (or 0x554E5B) is known color: Mulled Wine. HEX triplet: 55, 4E and 5B. RGB value is (85,78,91). Sum of RGB (Red+Green+Blue) = 85+78+91=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 78 (30.86% from 255 or 30.71% from 254); Blue value is 91 (35.94% from 255 or 35.83% from 254); Max value from RGB is 91 - color contains mainly: blue. Hex color #554E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554E5B is #AAB1A4. Grayscale: #515151. Windows color (decimal): -11186597 or 5983829. OLE color: 5983829.

HSL color Cylindrical-coordinate representation of color #554E5B: hue angle of 272.31º degrees, saturation: 0.08, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #554E5B is Cyan = 0.07, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB 85 78 91 -
CMYK 0.07 0.14 0 0.64
HSL 272.31º 0.08% 0.33% -
HSV(B) 272.31º 0.14% 0.36% -
XYZ 8.36 8.14 11.03 -
YUV 81.58 133.32 130.44 -
System Red Green Blue C M Y K H S L
Decimal 85 78 91 0.07 0.14 0 0.64 272.31 0.08 0.33
Hex 55 4E 5B 7 E 0 40 110 8 21
Octal 125 116 133 7 16 0 100 420 10 41
Binary 1010101 1001110 1011011 111 1110 0 1000000 100010000 1000 100001

Color Harmonies of #554E5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554E5B

Black with #554E5B

Text Example


Text Example

White with #554E5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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