#554B6D

Color #554B6D Mulled Wine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Mulled Wine #554B6D

Tints of Mulled Wine #554B6D

Color information

#554B6D (or 0x554B6D) is unknown color: approx Mulled Wine. HEX triplet: 55, 4B and 6D. RGB value is (85,75,109). Sum of RGB (Red+Green+Blue) = 85+75+109=269 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.60% from 269); Green value is 75 (29.69% from 255 or 27.88% from 269); Blue value is 109 (42.97% from 255 or 40.52% from 269); Max value from RGB is 109 - color contains mainly: blue. Hex color #554B6D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554B6D is #AAB492. Grayscale: #515151. Windows color (decimal): -11187347 or 7162709. OLE color: 7162709.

HSL color Cylindrical-coordinate representation of color #554B6D: hue angle of 257.65º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #554B6D is Cyan = 0.22, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB8575109-
CMYK0.220.3100.57
HSL257.65º18.48%36.08%-
HSV(B)257.65º31.19%42.75%-
XYZ9.028.0715.55-
YUV81.87143.31130.24-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.60%
GREEN value IS 75 (29.69% from 255) = 27.88%
BLUE value IS 109 (42.97% from 255) = 40.52%
R=31.60%
G=27.88%
B=40.52%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal85751090.220.3100.57257.6518.4836.08
Hex554B6D161F0391021224
Octal12511315526370714022244
Binary1010101100101111011011011011111011100110000001010010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,75,109); }

 H1.HeaderClassName
 {
   color: #554B6D;
 }
 .AnyTagClassName
 {
   color: #554B6D;
 }
</style>
background-color css

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

 a { background-color: rgb(85,75,109); }

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

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

 span { border-color: rgb(85,75,109); }

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