#54429D

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

Shades of Blue Gem #54429D

Tints of Blue Gem #54429D

Color information

#54429D (or 0x54429D) is unknown color: approx Blue Gem. HEX triplet: 54, 42 and 9D. RGB value is (84,66,157). Sum of RGB (Red+Green+Blue) = 84+66+157=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 66 (26.17% from 255 or 21.50% from 307); Blue value is 157 (61.72% from 255 or 51.14% from 307); Max value from RGB is 157 - color contains mainly: blue. Hex color #54429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54429D is #ABBD62. Grayscale: #515151. Windows color (decimal): -11255139 or 10306132. OLE color: 10306132.

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

Color convert

RGB8466157-
CMYK0.460.5800.38
HSL251.87º40.81%43.73%-
HSV(B)251.87º57.96%61.57%-
XYZ11.698.2232.87-
YUV81.76170.46129.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 66 (26.17% from 255) = 21.50%
BLUE value IS 157 (61.72% from 255) = 51.14%
R=27.36%
G=21.50%
B=51.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal84661570.460.5800.38251.8740.8143.73
Hex54429D2E3A026fc292c
Octal12410223556720463745154
Binary1010100100001010011101101110111010010011011111100101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54429D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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