#54459A

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

Shades of Blue Gem #54459A

Tints of Blue Gem #54459A

Color information

#54459A (or 0x54459A) is unknown color: approx Blue Gem. HEX triplet: 54, 45 and 9A. RGB value is (84,69,154). Sum of RGB (Red+Green+Blue) = 84+69+154=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 69 (27.34% from 255 or 22.48% from 307); Blue value is 154 (60.55% from 255 or 50.16% from 307); Max value from RGB is 154 - color contains mainly: blue. Hex color #54459A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54459A is #ABBA65. Grayscale: #525252. Windows color (decimal): -11254374 or 10110292. OLE color: 10110292.

HSL color Cylindrical-coordinate representation of color #54459A: hue angle of 250.59º 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 #54459A is Cyan = 0.45, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB8469154-
CMYK0.450.5500.40
HSL250.59º38.12%43.73%-
HSV(B)250.59º55.19%60.39%-
XYZ11.628.4731.6-
YUV83.18167.97128.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 69 (27.34% from 255) = 22.48%
BLUE value IS 154 (60.55% from 255) = 50.16%
R=27.36%
G=22.48%
B=50.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal84691540.450.5500.40250.5938.1243.73
Hex54459A2D37028fb262c
Octal12410523255670503734654
Binary1010100100010110011010101101110111010100011111011100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54459A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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