#54459C

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

Shades of Blue Gem #54459C

Tints of Blue Gem #54459C

Color information

#54459C (or 0x54459C) is unknown color: approx Blue Gem. HEX triplet: 54, 45 and 9C. RGB value is (84,69,156). Sum of RGB (Red+Green+Blue) = 84+69+156=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 69 (27.34% from 255 or 22.33% from 309); Blue value is 156 (61.33% from 255 or 50.49% from 309); Max value from RGB is 156 - color contains mainly: blue. Hex color #54459C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54459C is #ABBA63. Grayscale: #535353. Windows color (decimal): -11254372 or 10241364. OLE color: 10241364.

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

Color convert

RGB8469156-
CMYK0.460.5600.39
HSL250.34º38.67%44.12%-
HSV(B)250.34º55.77%61.18%-
XYZ11.798.5432.48-
YUV83.4168.97128.43-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.18%
GREEN value IS 69 (27.34% from 255) = 22.33%
BLUE value IS 156 (61.33% from 255) = 50.49%
R=27.18%
G=22.33%
B=50.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84691560.460.5600.39250.3438.6744.12
Hex54459C2E38027fa272c
Octal12410523456700473724754
Binary1010100100010110011100101110111000010011111111010100111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54459C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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