#544395

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

Shades of Blue Gem #544395

Tints of Blue Gem #544395

Color information

#544395 (or 0x544395) is unknown color: approx Blue Gem. HEX triplet: 54, 43 and 95. RGB value is (84,67,149). Sum of RGB (Red+Green+Blue) = 84+67+149=300 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28% from 300); Green value is 67 (26.56% from 255 or 22.33% from 300); Blue value is 149 (58.59% from 255 or 49.67% from 300); Max value from RGB is 149 - color contains mainly: blue. Hex color #544395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544395 is #ABBC6A. Grayscale: #515151. Windows color (decimal): -11254891 or 9782100. OLE color: 9782100.

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

Color convert

RGB8467149-
CMYK0.440.5500.42
HSL252.44º37.96%42.35%-
HSV(B)252.44º55.03%58.43%-
XYZ11.098.0729.41-
YUV81.43166.13129.83-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28%
GREEN value IS 67 (26.56% from 255) = 22.33%
BLUE value IS 149 (58.59% from 255) = 49.67%
R=28%
G=22.33%
B=49.67%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84671490.440.5500.42252.4437.9642.35
Hex5443952C3702Afc262a
Octal12410322554670523744652
Binary1010100100001110010101101100110111010101011111100100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544395; }

 p { color: rgb(84,67,149); }

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

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

 a { background-color: rgb(84,67,149); }

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

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

 span { border-color: rgb(84,67,149); }

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