Html Css Color HEX #554A60 Mulled Wine

📋 copy color: '#554A60'

red 85 ◦ green 74 ◦ blue 96

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

Shades of Mulled Wine #554A60

Tints of Mulled Wine #554A60

RGB

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

 GREEN value IS 74 (29.3% from 255) = 29.02%

 BLUE value IS 96 (37.89% from 255) = 37.65%

R = 33.33%
G = 29.02%
B = 37.65%

CMYK

 C value IS 0.11

 M value IS 0.23

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#554A60 (or 0x554A60) is known color: Mulled Wine. HEX triplet: 55, 4A and 60. RGB value is (85,74,96). Sum of RGB (Red+Green+Blue) = 85+74+96=255 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.33% from 255); Green value is 74 (29.30% from 255 or 29.02% from 255); Blue value is 96 (37.89% from 255 or 37.65% from 255); Max value from RGB is 96 - color contains mainly: blue. Hex color #554A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554A60 is #AAB59F. Grayscale: #4F4F4F. Windows color (decimal): -11187616 or 6310485. OLE color: 6310485.

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

Color convert

RGB 85 74 96 -
CMYK 0.11 0.23 0 0.62
HSL 270º 0.13% 0.33% -
HSV(B) 270º 0.23% 0.38% -
XYZ 8.31 7.67 12.11 -
YUV 79.8 137.14 131.71 -
System Red Green Blue C M Y K H S L
Decimal 85 74 96 0.11 0.23 0 0.62 270 0.13 0.33
Hex 55 4A 60 B 17 0 3E 10E D 21
Octal 125 112 140 13 27 0 76 416 15 41
Binary 1010101 1001010 1100000 1011 10111 0 111110 100001110 1101 100001

Color Harmonies of #554A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554A60

Black with #554A60

Text Example


Text Example

White with #554A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,74,96); }

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

background-color css

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

 a { background-color: rgb(85,74,96); }

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

border-color css

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

 span { border-color: rgb(85,74,96); }

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