#544097

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

Shades of Blue Gem #544097

Tints of Blue Gem #544097

Color information

#544097 (or 0x544097) is unknown color: approx Blue Gem. HEX triplet: 54, 40 and 97. RGB value is (84,64,151). Sum of RGB (Red+Green+Blue) = 84+64+151=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 64 (25.39% from 255 or 21.40% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #544097 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544097 is #ABBF68. Grayscale: #4F4F4F. Windows color (decimal): -11255657 or 9912404. OLE color: 9912404.

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

Color convert

RGB8464151-
CMYK0.440.5800.41
HSL253.79º40.47%42.16%-
HSV(B)253.79º57.62%59.22%-
XYZ11.087.7930.2-
YUV79.9168.13130.93-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.09%
GREEN value IS 64 (25.39% from 255) = 21.40%
BLUE value IS 151 (59.38% from 255) = 50.50%
R=28.09%
G=21.40%
B=50.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84641510.440.5800.41253.7940.4742.16
Hex5440972C3A029fe282a
Octal12410022754720513765052
Binary1010100100000010010111101100111010010100111111110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544097

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544097; }

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

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

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

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

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

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

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

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