#544093

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

Shades of Blue Gem #544093

Tints of Blue Gem #544093

Color information

#544093 (or 0x544093) is unknown color: approx Blue Gem. HEX triplet: 54, 40 and 93. RGB value is (84,64,147). Sum of RGB (Red+Green+Blue) = 84+64+147=295 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.47% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 147 (57.81% from 255 or 49.83% from 295); Max value from RGB is 147 - color contains mainly: blue. Hex color #544093 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544093 is #ABBF6C. Grayscale: #4F4F4F. Windows color (decimal): -11255661 or 9650260. OLE color: 9650260.

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

Color convert

RGB8464147-
CMYK0.430.5600.42
HSL254.46º39.34%41.37%-
HSV(B)254.46º56.46%57.65%-
XYZ10.767.6628.52-
YUV79.44166.13131.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.47%
GREEN value IS 64 (25.39% from 255) = 21.69%
BLUE value IS 147 (57.81% from 255) = 49.83%
R=28.47%
G=21.69%
B=49.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84641470.430.5600.42254.4639.3441.37
Hex5440932B3802Afe2729
Octal12410022353700523764751
Binary1010100100000010010011101011111000010101011111110100111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544093

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544093; }

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

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

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

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

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

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

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

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