#544194

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

Shades of Blue Gem #544194

Tints of Blue Gem #544194

Color information

#544194 (or 0x544194) is unknown color: approx Blue Gem. HEX triplet: 54, 41 and 94. RGB value is (84,65,148). Sum of RGB (Red+Green+Blue) = 84+65+148=297 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.28% from 297); Green value is 65 (25.78% from 255 or 21.89% from 297); Blue value is 148 (58.20% from 255 or 49.83% from 297); Max value from RGB is 148 - color contains mainly: blue. Hex color #544194 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544194 is #ABBE6B. Grayscale: #4F4F4F. Windows color (decimal): -11255404 or 9716052. OLE color: 9716052.

HSL color Cylindrical-coordinate representation of color #544194: hue angle of 253.73º 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 #544194 is Cyan = 0.43, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8465148-
CMYK0.430.5600.42
HSL253.73º38.97%41.76%-
HSV(B)253.73º56.08%58.04%-
XYZ10.897.828.95-
YUV80.14166.29130.75-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.28%
GREEN value IS 65 (25.78% from 255) = 21.89%
BLUE value IS 148 (58.20% from 255) = 49.83%
R=28.28%
G=21.89%
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
Decimal84651480.430.5600.42253.7338.9741.76
Hex5441942B3802Afe272a
Octal12410122453700523764752
Binary1010100100000110010100101011111000010101011111110100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544194

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544194; }

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

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

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

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

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

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

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

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