Html Css Color HEX #554C5D Mulled Wine

📋 copy color: '#554C5D'

red 85 ◦ green 76 ◦ blue 93

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

Shades of Mulled Wine #554C5D

Tints of Mulled Wine #554C5D

RGB

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

 GREEN value IS 76 (30.08% from 255) = 29.92%

 BLUE value IS 93 (36.72% from 255) = 36.61%

R = 33.46%
G = 29.92%
B = 36.61%

CMYK

 C value IS 0.09

 M value IS 0.18

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#554C5D (or 0x554C5D) is known color: Mulled Wine. HEX triplet: 55, 4C and 5D. RGB value is (85,76,93). Sum of RGB (Red+Green+Blue) = 85+76+93=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 76 (30.08% from 255 or 29.92% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 93 - color contains mainly: blue. Hex color #554C5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C5D is #AAB3A2. Grayscale: #505050. Windows color (decimal): -11187107 or 6114389. OLE color: 6114389.

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

Color convert

RGB 85 76 93 -
CMYK 0.09 0.18 0 0.64
HSL 271.76º 0.1% 0.33% -
HSV(B) 271.76º 0.18% 0.36% -
XYZ 8.31 7.89 11.44 -
YUV 80.63 134.98 131.12 -
System Red Green Blue C M Y K H S L
Decimal 85 76 93 0.09 0.18 0 0.64 271.76 0.1 0.33
Hex 55 4C 5D 9 12 0 40 110 A 21
Octal 125 114 135 11 22 0 100 420 12 41
Binary 1010101 1001100 1011101 1001 10010 0 1000000 100010000 1010 100001

Color Harmonies of #554C5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C5D

Black with #554C5D

Text Example


Text Example

White with #554C5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,76,93); }

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

background-color css

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

 a { background-color: rgb(85,76,93); }

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

border-color css

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

 span { border-color: rgb(85,76,93); }

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