#54429F

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

Shades of Blue Gem #54429F

Tints of Blue Gem #54429F

Color information

#54429F (or 0x54429F) is unknown color: approx Blue Gem. HEX triplet: 54, 42 and 9F. RGB value is (84,66,159). Sum of RGB (Red+Green+Blue) = 84+66+159=309 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.18% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 159 (62.5% from 255 or 51.46% from 309); Max value from RGB is 159 - color contains mainly: blue. Hex color #54429F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54429F is #ABBD60. Grayscale: #515151. Windows color (decimal): -11255137 or 10437204. OLE color: 10437204.

HSL color Cylindrical-coordinate representation of color #54429F: hue angle of 251.61º 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 #54429F is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8466159-
CMYK0.470.5800.38
HSL251.61º41.33%44.12%-
HSV(B)251.61º58.49%62.35%-
XYZ11.868.2833.77-
YUV81.98171.46129.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.18%
GREEN value IS 66 (26.17% from 255) = 21.36%
BLUE value IS 159 (62.5% from 255) = 51.46%
R=27.18%
G=21.36%
B=51.46%

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
Decimal84661590.470.5800.38251.6141.3344.12
Hex54429F2F3A026fc292c
Octal12410223757720463745154
Binary1010100100001010011111101111111010010011011111100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54429F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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