#544193

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

Shades of Blue Gem #544193

Tints of Blue Gem #544193

Color information

#544193 (or 0x544193) is unknown color: approx Blue Gem. HEX triplet: 54, 41 and 93. RGB value is (84,65,147). Sum of RGB (Red+Green+Blue) = 84+65+147=296 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.38% from 296); Green value is 65 (25.78% from 255 or 21.96% from 296); Blue value is 147 (57.81% from 255 or 49.66% from 296); Max value from RGB is 147 - color contains mainly: blue. Hex color #544193 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544193 is #ABBE6C. Grayscale: #4F4F4F. Windows color (decimal): -11255405 or 9650516. OLE color: 9650516.

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

Color convert

RGB8465147-
CMYK0.430.5600.42
HSL253.9º38.68%41.57%-
HSV(B)253.9º55.78%57.65%-
XYZ10.817.7728.53-
YUV80.03165.79130.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.38%
GREEN value IS 65 (25.78% from 255) = 21.96%
BLUE value IS 147 (57.81% from 255) = 49.66%
R=28.38%
G=21.96%
B=49.66%

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
Decimal84651470.430.5600.42253.938.6841.57
Hex5441932B3802Afe272a
Octal12410122353700523764752
Binary1010100100000110010011101011111000010101011111110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544193; }

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

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

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

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

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

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

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

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