#544996

Color #544996 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #544996

Tints of Blue Gem #544996

Color information

#544996 (or 0x544996) is unknown color: approx Blue Gem. HEX triplet: 54, 49 and 96. RGB value is (84,73,150). Sum of RGB (Red+Green+Blue) = 84+73+150=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 150 (58.98% from 255 or 48.86% from 307); Max value from RGB is 150 - color contains mainly: blue. Hex color #544996 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544996 is #ABB669. Grayscale: #545454. Windows color (decimal): -11253354 or 9849172. OLE color: 9849172.

HSL color Cylindrical-coordinate representation of color #544996: hue angle of 248.57º degrees, saturation: 0.35, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #544996 is Cyan = 0.44, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB8473150-
CMYK0.440.5100.41
HSL248.57º34.53%43.73%-
HSV(B)248.57º51.33%58.82%-
XYZ11.548.8529.95-
YUV85.07164.64127.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 73 (28.91% from 255) = 23.78%
BLUE value IS 150 (58.98% from 255) = 48.86%
R=27.36%
G=23.78%
B=48.86%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84731500.440.5100.41248.5734.5343.73
Hex5449962C33029f9232c
Octal12411122654630513714354
Binary1010100100100110010110101100110011010100111111001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544996; }

 p { color: rgb(84,73,150); }

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

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

 a { background-color: rgb(84,73,150); }

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

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

 span { border-color: rgb(84,73,150); }

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