Html Css Color HEX #554862 Mulled Wine

📋 copy color: '#554862'

red 85 ◦ green 72 ◦ blue 98

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

Shades of Mulled Wine #554862

Tints of Mulled Wine #554862

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 38.43%

R = 33.33%
G = 28.24%
B = 38.43%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#554862 (or 0x554862) is known color: Mulled Wine. HEX triplet: 55, 48 and 62. RGB value is (85,72,98). Sum of RGB (Red+Green+Blue) = 85+72+98=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 72 (28.52% from 255 or 28.24% from 255); Blue value is 98 (38.67% from 255 or 38.43% from 255); Max value from RGB is 98 - color contains mainly: blue. Hex color #554862 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554862 is #AAB79D. Grayscale: #4E4E4E. Windows color (decimal): -11188126 or 6441045. OLE color: 6441045.

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

Color convert

RGB 85 72 98 -
CMYK 0.13 0.27 0 0.62
HSL 270º 0.15% 0.33% -
HSV(B) 270º 0.27% 0.38% -
XYZ 8.27 7.45 12.56 -
YUV 78.85 138.81 132.39 -
System Red Green Blue C M Y K H S L
Decimal 85 72 98 0.13 0.27 0 0.62 270 0.15 0.33
Hex 55 48 62 D 1B 0 3E 10E F 21
Octal 125 110 142 15 33 0 76 416 17 41
Binary 1010101 1001000 1100010 1101 11011 0 111110 100001110 1111 100001

Color Harmonies of #554862

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554862

Black with #554862

Text Example


Text Example

White with #554862

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554862; }

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

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

background-color css

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

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

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

border-color css

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

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

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