Html Css Color HEX #554762 Mulled Wine

📋 copy color: '#554762'

red 85 ◦ green 71 ◦ blue 98

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

Shades of Mulled Wine #554762

Tints of Mulled Wine #554762

RGB

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

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

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

R = 33.46%
G = 27.95%
B = 38.58%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#554762 (or 0x554762) is known color: Mulled Wine. HEX triplet: 55, 47 and 62. RGB value is (85,71,98). Sum of RGB (Red+Green+Blue) = 85+71+98=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 71 (28.12% from 255 or 27.95% from 254); Blue value is 98 (38.67% from 255 or 38.58% from 254); Max value from RGB is 98 - color contains mainly: blue. Hex color #554762 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554762 is #AAB89D. Grayscale: #4E4E4E. Windows color (decimal): -11188382 or 6440789. OLE color: 6440789.

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

Color convert

RGB 85 71 98 -
CMYK 0.13 0.28 0 0.62
HSL 271.11º 0.16% 0.33% -
HSV(B) 271.11º 0.28% 0.38% -
XYZ 8.2 7.32 12.54 -
YUV 78.26 139.14 132.8 -
System Red Green Blue C M Y K H S L
Decimal 85 71 98 0.13 0.28 0 0.62 271.11 0.16 0.33
Hex 55 47 62 D 1C 0 3E 10F 10 21
Octal 125 107 142 15 34 0 76 417 20 41
Binary 1010101 1000111 1100010 1101 11100 0 111110 100001111 10000 100001

Color Harmonies of #554762

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554762

Black with #554762

Text Example


Text Example

White with #554762

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #554762; }

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

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

background-color css

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

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

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

border-color css

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

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

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