#544096

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

Shades of Blue Gem #544096

Tints of Blue Gem #544096

Color information

#544096 (or 0x544096) is unknown color: approx Blue Gem. HEX triplet: 54, 40 and 96. RGB value is (84,64,150). Sum of RGB (Red+Green+Blue) = 84+64+150=298 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.19% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 150 (58.98% from 255 or 50.34% from 298); Max value from RGB is 150 - color contains mainly: blue. Hex color #544096 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544096 is #ABBF69. Grayscale: #4F4F4F. Windows color (decimal): -11255658 or 9846868. OLE color: 9846868.

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

Color convert

RGB8464150-
CMYK0.440.5700.41
HSL253.95º40.19%41.96%-
HSV(B)253.95º57.33%58.82%-
XYZ10.997.7529.77-
YUV79.78167.63131.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.19%
GREEN value IS 64 (25.39% from 255) = 21.48%
BLUE value IS 150 (58.98% from 255) = 50.34%
R=28.19%
G=21.48%
B=50.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84641500.440.5700.41253.9540.1941.96
Hex5440962C39029fe282a
Octal12410022654710513765052
Binary1010100100000010010110101100111001010100111111110101000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544096

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544096; }

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

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

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

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

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

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

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

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