#54499A

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

Shades of Blue Gem #54499A

Tints of Blue Gem #54499A

Color information

#54499A (or 0x54499A) is unknown color: approx Blue Gem. HEX triplet: 54, 49 and 9A. RGB value is (84,73,154). Sum of RGB (Red+Green+Blue) = 84+73+154=311 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.01% from 311); Green value is 73 (28.91% from 255 or 23.47% from 311); Blue value is 154 (60.55% from 255 or 49.52% from 311); Max value from RGB is 154 - color contains mainly: blue. Hex color #54499A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54499A is #ABB665. Grayscale: #555555. Windows color (decimal): -11253350 or 10111316. OLE color: 10111316.

HSL color Cylindrical-coordinate representation of color #54499A: hue angle of 248.15º degrees, saturation: 0.36, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #54499A is Cyan = 0.45, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8473154-
CMYK0.450.5300.40
HSL248.15º35.68%44.51%-
HSV(B)248.15º52.6%60.39%-
XYZ11.878.9831.68-
YUV85.52166.64126.91-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.01%
GREEN value IS 73 (28.91% from 255) = 23.47%
BLUE value IS 154 (60.55% from 255) = 49.52%
R=27.01%
G=23.47%
B=49.52%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84731540.450.5300.40248.1535.6844.51
Hex54499A2D35028f8242d
Octal12411123255650503704455
Binary1010100100100110011010101101110101010100011111000100100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54499A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54499A; }

 p { color: rgb(84,73,154); }

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

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

 a { background-color: rgb(84,73,154); }

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

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

 span { border-color: rgb(84,73,154); }

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