#554B61

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

Shades of Mulled Wine #554B61

Tints of Mulled Wine #554B61

Color information

#554B61 (or 0x554B61) is unknown color: approx Mulled Wine. HEX triplet: 55, 4B and 61. RGB value is (85,75,97). Sum of RGB (Red+Green+Blue) = 85+75+97=257 (34% of max value = 765). Red value is 85 (33.59% from 255 or 33.07% from 257); Green value is 75 (29.69% from 255 or 29.18% from 257); Blue value is 97 (38.28% from 255 or 37.74% from 257); Max value from RGB is 97 - color contains mainly: blue. Hex color #554B61 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554B61 is #AAB49E. Grayscale: #505050. Windows color (decimal): -11187359 or 6376277. OLE color: 6376277.

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

Color convert

RGB857597-
CMYK0.120.2300.62
HSL267.27º12.79%33.73%-
HSV(B)267.27º22.68%38.04%-
XYZ8.427.8312.38-
YUV80.5137.31131.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.07%
GREEN value IS 75 (29.69% from 255) = 29.18%
BLUE value IS 97 (38.28% from 255) = 37.74%
R=33.07%
G=29.18%
B=37.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8575970.120.2300.62267.2712.7933.73
Hex554B61C1703E10bd22
Octal12511314114270764131542
Binary10101011001011110000111001011101111101000010111101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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