#544393

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

Shades of Blue Gem #544393

Tints of Blue Gem #544393

Color information

#544393 (or 0x544393) is unknown color: approx Blue Gem. HEX triplet: 54, 43 and 93. RGB value is (84,67,147). Sum of RGB (Red+Green+Blue) = 84+67+147=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 67 (26.56% from 255 or 22.48% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #544393 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544393 is #ABBC6C. Grayscale: #505050. Windows color (decimal): -11254893 or 9651028. OLE color: 9651028.

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

Color convert

RGB8467147-
CMYK0.430.5400.42
HSL252.75º37.38%41.96%-
HSV(B)252.75º54.42%57.65%-
XYZ10.938.0128.57-
YUV81.2165.13130-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.19%
GREEN value IS 67 (26.56% from 255) = 22.48%
BLUE value IS 147 (57.81% from 255) = 49.33%
R=28.19%
G=22.48%
B=49.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84671470.430.5400.42252.7537.3841.96
Hex5443932B3602Afd252a
Octal12410322353660523754552
Binary1010100100001110010011101011110110010101011111101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544393

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544393; }

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

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

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

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

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

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

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

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