#54459D

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

Shades of Blue Gem #54459D

Tints of Blue Gem #54459D

Color information

#54459D (or 0x54459D) is unknown color: approx Blue Gem. HEX triplet: 54, 45 and 9D. RGB value is (84,69,157). Sum of RGB (Red+Green+Blue) = 84+69+157=310 (41% of max value = 765). Red value is 84 (33.20% from 255 or 27.10% from 310); Green value is 69 (27.34% from 255 or 22.26% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #54459D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54459D is #ABBA62. Grayscale: #535353. Windows color (decimal): -11254371 or 10306900. OLE color: 10306900.

HSL color Cylindrical-coordinate representation of color #54459D: hue angle of 250.23º degrees, saturation: 0.39, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #54459D is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8469157-
CMYK0.460.5600.38
HSL250.23º38.94%44.31%-
HSV(B)250.23º56.05%61.57%-
XYZ11.878.5832.93-
YUV83.52169.47128.34-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.10%
GREEN value IS 69 (27.34% from 255) = 22.26%
BLUE value IS 157 (61.72% from 255) = 50.65%
R=27.10%
G=22.26%
B=50.65%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84691570.460.5600.38250.2338.9444.31
Hex54459D2E38026fa272c
Octal12410523556700463724754
Binary1010100100010110011101101110111000010011011111010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54459D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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