#554B67

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

Shades of Mulled Wine #554B67

Tints of Mulled Wine #554B67

Color information

#554B67 (or 0x554B67) is unknown color: approx Mulled Wine. HEX triplet: 55, 4B and 67. RGB value is (85,75,103). Sum of RGB (Red+Green+Blue) = 85+75+103=263 (34% of max value = 765). Red value is 85 (33.59% from 255 or 32.32% from 263); Green value is 75 (29.69% from 255 or 28.52% from 263); Blue value is 103 (40.62% from 255 or 39.16% from 263); Max value from RGB is 103 - color contains mainly: blue. Hex color #554B67 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554B67 is #AAB498. Grayscale: #515151. Windows color (decimal): -11187353 or 6769493. OLE color: 6769493.

HSL color Cylindrical-coordinate representation of color #554B67: hue angle of 261.43º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #554B67 is Cyan = 0.17, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8575103-
CMYK0.170.2700.60
HSL261.43º15.73%34.9%-
HSV(B)261.43º27.18%40.39%-
XYZ8.717.9413.91-
YUV81.18140.31130.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.32%
GREEN value IS 75 (29.69% from 255) = 28.52%
BLUE value IS 103 (40.62% from 255) = 39.16%
R=32.32%
G=28.52%
B=39.16%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85751030.170.2700.60261.4315.7334.9
Hex554B67111B03C1051023
Octal12511314721330744052043
Binary1010101100101111001111000111011011110010000010110000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554B67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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