#544496

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

Shades of Blue Gem #544496

Tints of Blue Gem #544496

Color information

#544496 (or 0x544496) is unknown color: approx Blue Gem. HEX triplet: 54, 44 and 96. RGB value is (84,68,150). Sum of RGB (Red+Green+Blue) = 84+68+150=302 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.81% from 302); Green value is 68 (26.95% from 255 or 22.52% from 302); Blue value is 150 (58.98% from 255 or 49.67% from 302); Max value from RGB is 150 - color contains mainly: blue. Hex color #544496 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544496 is #ABBB69. Grayscale: #515151. Windows color (decimal): -11254634 or 9847892. OLE color: 9847892.

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

Color convert

RGB8468150-
CMYK0.440.5500.41
HSL251.71º37.61%42.75%-
HSV(B)251.71º54.67%58.82%-
XYZ11.238.2229.85-
YUV82.13166.3129.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.81%
GREEN value IS 68 (26.95% from 255) = 22.52%
BLUE value IS 150 (58.98% from 255) = 49.67%
R=27.81%
G=22.52%
B=49.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84681500.440.5500.41251.7137.6142.75
Hex5444962C37029fc262b
Octal12410422654670513744653
Binary1010100100010010010110101100110111010100111111100100110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544496; }

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

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

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

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

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

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

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

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