Html Css Color HEX #554C5B Mulled Wine

📋 copy color: '#554C5B'

red 85 ◦ green 76 ◦ blue 91

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

Shades of Mulled Wine #554C5B

Tints of Mulled Wine #554C5B

RGB

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

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

 BLUE value IS 91 (35.94% from 255) = 36.11%

R = 33.73%
G = 30.16%
B = 36.11%

CMYK

 C value IS 0.07

 M value IS 0.16

 Y value IS 0

 K value IS 0.64

RGB Variations

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

Color information

#554C5B (or 0x554C5B) is known color: Mulled Wine. HEX triplet: 55, 4C and 5B. RGB value is (85,76,91). Sum of RGB (Red+Green+Blue) = 85+76+91=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 76 (30.08% from 255 or 30.16% from 252); Blue value is 91 (35.94% from 255 or 36.11% from 252); Max value from RGB is 91 - color contains mainly: blue. Hex color #554C5B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554C5B is #AAB3A4. Grayscale: #505050. Windows color (decimal): -11187109 or 5983317. OLE color: 5983317.

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

Color convert

RGB 85 76 91 -
CMYK 0.07 0.16 0 0.64
HSL 276º 0.09% 0.33% -
HSV(B) 276º 0.16% 0.36% -
XYZ 8.22 7.86 10.98 -
YUV 80.4 133.98 131.28 -
System Red Green Blue C M Y K H S L
Decimal 85 76 91 0.07 0.16 0 0.64 276 0.09 0.33
Hex 55 4C 5B 7 10 0 40 114 9 21
Octal 125 114 133 7 20 0 100 424 11 41
Binary 1010101 1001100 1011011 111 10000 0 1000000 100010100 1001 100001

Color Harmonies of #554C5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #554C5B

Black with #554C5B

Text Example


Text Example

White with #554C5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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