#54409E

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

Shades of Blue Gem #54409E

Tints of Blue Gem #54409E

Color information

#54409E (or 0x54409E) is unknown color: approx Blue Gem. HEX triplet: 54, 40 and 9E. RGB value is (84,64,158). Sum of RGB (Red+Green+Blue) = 84+64+158=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 64 (25.39% from 255 or 20.92% from 306); Blue value is 158 (62.11% from 255 or 51.63% from 306); Max value from RGB is 158 - color contains mainly: blue. Hex color #54409E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54409E is #ABBF61. Grayscale: #505050. Windows color (decimal): -11255650 or 10371156. OLE color: 10371156.

HSL color Cylindrical-coordinate representation of color #54409E: hue angle of 252.77º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #54409E is Cyan = 0.47, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8464158-
CMYK0.470.5900.38
HSL252.77º42.34%43.53%-
HSV(B)252.77º59.49%61.96%-
XYZ11.668.0233.28-
YUV80.7171.63130.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.45%
GREEN value IS 64 (25.39% from 255) = 20.92%
BLUE value IS 158 (62.11% from 255) = 51.63%
R=27.45%
G=20.92%
B=51.63%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84641580.470.5900.38252.7742.3443.53
Hex54409E2F3B026fd2a2c
Octal12410023657730463755254
Binary1010100100000010011110101111111011010011011111101101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54409E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54409E; }

 p { color: rgb(84,64,158); }

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

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

 a { background-color: rgb(84,64,158); }

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

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

 span { border-color: rgb(84,64,158); }

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