#544495

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

Shades of Blue Gem #544495

Tints of Blue Gem #544495

Color information

#544495 (or 0x544495) is unknown color: approx Blue Gem. HEX triplet: 54, 44 and 95. RGB value is (84,68,149). Sum of RGB (Red+Green+Blue) = 84+68+149=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 149 (58.59% from 255 or 49.50% from 301); Max value from RGB is 149 - color contains mainly: blue. Hex color #544495 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544495 is #ABBB6A. Grayscale: #515151. Windows color (decimal): -11254635 or 9782356. OLE color: 9782356.

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

Color convert

RGB8468149-
CMYK0.440.5400.42
HSL251.85º37.33%42.55%-
HSV(B)251.85º54.36%58.43%-
XYZ11.158.1929.43-
YUV82.02165.8129.41-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.91%
GREEN value IS 68 (26.95% from 255) = 22.59%
BLUE value IS 149 (58.59% from 255) = 49.50%
R=27.91%
G=22.59%
B=49.50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal84681490.440.5400.42251.8537.3342.55
Hex5444952C3602Afc252b
Octal12410422554660523744553
Binary1010100100010010010101101100110110010101011111100100101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544495

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544495; }

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

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

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

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

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

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

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

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