#544392

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

Shades of Blue Gem #544392

Tints of Blue Gem #544392

Color information

#544392 (or 0x544392) is unknown color: approx Blue Gem. HEX triplet: 54, 43 and 92. RGB value is (84,67,146). Sum of RGB (Red+Green+Blue) = 84+67+146=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #544392 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544392 is #ABBC6D. Grayscale: #505050. Windows color (decimal): -11254894 or 9585492. OLE color: 9585492.

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

Color convert

RGB8467146-
CMYK0.420.5400.43
HSL252.91º37.09%41.76%-
HSV(B)252.91º54.11%57.25%-
XYZ10.857.9728.16-
YUV81.09164.63130.08-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.28%
GREEN value IS 67 (26.56% from 255) = 22.56%
BLUE value IS 146 (57.42% from 255) = 49.16%
R=28.28%
G=22.56%
B=49.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84671460.420.5400.43252.9137.0941.76
Hex5443922A3602Bfd252a
Octal12410322252660533754552
Binary1010100100001110010010101010110110010101111111101100101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544392; }

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

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

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

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

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

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

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

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