Html Css Color HEX #554861 Mulled Wine

📋 copy color: '#554861'

red 85 ◦ green 72 ◦ blue 97

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

Shades of Mulled Wine #554861

Tints of Mulled Wine #554861

RGB

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

 GREEN value IS 72 (28.52% from 255) = 28.35%

 BLUE value IS 97 (38.28% from 255) = 38.19%

R = 33.46%
G = 28.35%
B = 38.19%

CMYK

 C value IS 0.12

 M value IS 0.26

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#554861 (or 0x554861) is known color: Mulled Wine. HEX triplet: 55, 48 and 61. RGB value is (85,72,97). Sum of RGB (Red+Green+Blue) = 85+72+97=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 72 (28.52% from 255 or 28.35% from 254); Blue value is 97 (38.28% from 255 or 38.19% from 254); Max value from RGB is 97 - color contains mainly: blue. Hex color #554861 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554861 is #AAB79E. Grayscale: #4E4E4E. Windows color (decimal): -11188127 or 6375509. OLE color: 6375509.

HSL color Cylindrical-coordinate representation of color #554861: hue angle of 271.2º 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 #554861 is Cyan = 0.12, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 85 72 97 -
CMYK 0.12 0.26 0 0.62
HSL 271.2º 0.15% 0.33% -
HSV(B) 271.2º 0.26% 0.38% -
XYZ 8.22 7.43 12.31 -
YUV 78.74 138.31 132.47 -
System Red Green Blue C M Y K H S L
Decimal 85 72 97 0.12 0.26 0 0.62 271.2 0.15 0.33
Hex 55 48 61 C 1A 0 3E 10F F 21
Octal 125 110 141 14 32 0 76 417 17 41
Binary 1010101 1001000 1100001 1100 11010 0 111110 100001111 1111 100001

Color Harmonies of #554861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554861

Black with #554861

Text Example


Text Example

White with #554861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554861; }

 p { color: rgb(85,72,97); }

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

background-color css

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

 a { background-color: rgb(85,72,97); }

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

border-color css

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

 span { border-color: rgb(85,72,97); }

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