#544699

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

Shades of Blue Gem #544699

Tints of Blue Gem #544699

Color information

#544699 (or 0x544699) is unknown color: approx Blue Gem. HEX triplet: 54, 46 and 99. RGB value is (84,70,153). Sum of RGB (Red+Green+Blue) = 84+70+153=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 70 (27.73% from 255 or 22.80% from 307); Blue value is 153 (60.16% from 255 or 49.84% from 307); Max value from RGB is 153 - color contains mainly: blue. Hex color #544699 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544699 is #ABB966. Grayscale: #535353. Windows color (decimal): -11254119 or 10045012. OLE color: 10045012.

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

Color convert

RGB8470153-
CMYK0.450.5400.4
HSL250.12º37.22%43.73%-
HSV(B)250.12º54.25%60%-
XYZ11.68.5731.18-
YUV83.65167.14128.25-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 70 (27.73% from 255) = 22.80%
BLUE value IS 153 (60.16% from 255) = 49.84%
R=27.36%
G=22.80%
B=49.84%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal84701530.450.5400.4250.1237.2243.73
Hex5446992D36028fa252c
Octal12410623155660503724554
Binary1010100100011010011001101101110110010100011111010100101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544699

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544699; }

 p { color: rgb(84,70,153); }

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

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

 a { background-color: rgb(84,70,153); }

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

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

 span { border-color: rgb(84,70,153); }

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