#544296

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

Shades of Blue Gem #544296

Tints of Blue Gem #544296

Color information

#544296 (or 0x544296) is unknown color: approx Blue Gem. HEX triplet: 54, 42 and 96. RGB value is (84,66,150). Sum of RGB (Red+Green+Blue) = 84+66+150=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 66 (26.17% from 255 or 22% from 300); Blue value is 150 (58.98% from 255 or 50% from 300); Max value from RGB is 150 - color contains mainly: blue. Hex color #544296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544296 is #ABBD69. Grayscale: #505050. Windows color (decimal): -11255146 or 9847380. OLE color: 9847380.

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

Color convert

RGB8466150-
CMYK0.440.5600.41
HSL252.86º38.89%42.35%-
HSV(B)252.86º56%58.82%-
XYZ11.117.9829.81-
YUV80.96166.96130.17-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28%
GREEN value IS 66 (26.17% from 255) = 22%
BLUE value IS 150 (58.98% from 255) = 50%
R=28%
G=22%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal84661500.440.5600.41252.8638.8942.35
Hex5442962C38029fd272a
Octal12410222654700513754752
Binary1010100100001010010110101100111000010100111111101100111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544296; }

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

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

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

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

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

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

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

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