#54419D

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

Shades of Blue Gem #54419D

Tints of Blue Gem #54419D

Color information

#54419D (or 0x54419D) is unknown color: approx Blue Gem. HEX triplet: 54, 41 and 9D. RGB value is (84,65,157). Sum of RGB (Red+Green+Blue) = 84+65+157=306 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.45% from 306); Green value is 65 (25.78% from 255 or 21.24% from 306); Blue value is 157 (61.72% from 255 or 51.31% from 306); Max value from RGB is 157 - color contains mainly: blue. Hex color #54419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54419D is #ABBE62. Grayscale: #505050. Windows color (decimal): -11255395 or 10305876. OLE color: 10305876.

HSL color Cylindrical-coordinate representation of color #54419D: hue angle of 252.39º degrees, saturation: 0.41, 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 #54419D is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8465157-
CMYK0.460.5900.38
HSL252.39º41.44%43.53%-
HSV(B)252.39º58.6%61.57%-
XYZ11.638.132.85-
YUV81.17170.79130.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.45%
GREEN value IS 65 (25.78% from 255) = 21.24%
BLUE value IS 157 (61.72% from 255) = 51.31%
R=27.45%
G=21.24%
B=51.31%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84651570.460.5900.38252.3941.4443.53
Hex54419D2E3B026fc292c
Octal12410123556730463745154
Binary1010100100000110011101101110111011010011011111100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54419D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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