#544599

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

Shades of Blue Gem #544599

Tints of Blue Gem #544599

Color information

#544599 (or 0x544599) is unknown color: approx Blue Gem. HEX triplet: 54, 45 and 99. RGB value is (84,69,153). Sum of RGB (Red+Green+Blue) = 84+69+153=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #544599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544599 is #ABBA66. Grayscale: #525252. Windows color (decimal): -11254375 or 10044756. OLE color: 10044756.

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

Color convert

RGB8469153-
CMYK0.450.5500.4
HSL250.71º37.84%43.53%-
HSV(B)250.71º54.9%60%-
XYZ11.538.4431.16-
YUV83.06167.47128.67-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.45%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 153 (60.16% from 255) = 50%
R=27.45%
G=22.55%
B=50%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal84691530.450.5500.4250.7137.8443.53
Hex5445992D37028fb262c
Octal12410523155670503734654
Binary1010100100010110011001101101110111010100011111011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544599

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544599; }

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

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

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

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

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

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

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

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