#54429E

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

Shades of Blue Gem #54429E

Tints of Blue Gem #54429E

Color information

#54429E (or 0x54429E) is unknown color: approx Blue Gem. HEX triplet: 54, 42 and 9E. RGB value is (84,66,158). Sum of RGB (Red+Green+Blue) = 84+66+158=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 66 (26.17% from 255 or 21.43% from 308); Blue value is 158 (62.11% from 255 or 51.30% from 308); Max value from RGB is 158 - color contains mainly: blue. Hex color #54429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54429E is #ABBD61. Grayscale: #515151. Windows color (decimal): -11255138 or 10371668. OLE color: 10371668.

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

Color convert

RGB8466158-
CMYK0.470.5800.38
HSL251.74º41.07%43.92%-
HSV(B)251.74º58.23%61.96%-
XYZ11.788.2533.32-
YUV81.87170.96129.52-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.27%
GREEN value IS 66 (26.17% from 255) = 21.43%
BLUE value IS 158 (62.11% from 255) = 51.30%
R=27.27%
G=21.43%
B=51.30%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84661580.470.5800.38251.7441.0743.92
Hex54429E2F3A026fc292c
Octal12410223657720463745154
Binary1010100100001010011110101111111010010011011111100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54429E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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