#544394

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

Shades of Blue Gem #544394

Tints of Blue Gem #544394

Color information

#544394 (or 0x544394) is unknown color: approx Blue Gem. HEX triplet: 54, 43 and 94. RGB value is (84,67,148). Sum of RGB (Red+Green+Blue) = 84+67+148=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 148 (58.20% from 255 or 49.50% from 299); Max value from RGB is 148 - color contains mainly: blue. Hex color #544394 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544394 is #ABBC6B. Grayscale: #515151. Windows color (decimal): -11254892 or 9716564. OLE color: 9716564.

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

Color convert

RGB8467148-
CMYK0.430.5500.42
HSL252.59º37.67%42.16%-
HSV(B)252.59º54.73%58.04%-
XYZ11.018.0428.99-
YUV81.32165.63129.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.09%
GREEN value IS 67 (26.56% from 255) = 22.41%
BLUE value IS 148 (58.20% from 255) = 49.50%
R=28.09%
G=22.41%
B=49.50%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84671480.430.5500.42252.5937.6742.16
Hex5443942B3702Afd262a
Octal12410322453670523754652
Binary1010100100001110010100101011110111010101011111101100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544394

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544394; }

 p { color: rgb(84,67,148); }

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

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

 a { background-color: rgb(84,67,148); }

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

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

 span { border-color: rgb(84,67,148); }

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