#54429B

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

Shades of Blue Gem #54429B

Tints of Blue Gem #54429B

Color information

#54429B (or 0x54429B) is unknown color: approx Blue Gem. HEX triplet: 54, 42 and 9B. RGB value is (84,66,155). Sum of RGB (Red+Green+Blue) = 84+66+155=305 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.54% from 305); Green value is 66 (26.17% from 255 or 21.64% from 305); Blue value is 155 (60.94% from 255 or 50.82% from 305); Max value from RGB is 155 - color contains mainly: blue. Hex color #54429B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54429B is #ABBD64. Grayscale: #515151. Windows color (decimal): -11255141 or 10175060. OLE color: 10175060.

HSL color Cylindrical-coordinate representation of color #54429B: hue angle of 252.13º degrees, saturation: 0.4, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #54429B is Cyan = 0.46, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8466155-
CMYK0.460.5700.39
HSL252.13º40.27%43.33%-
HSV(B)252.13º57.42%60.78%-
XYZ11.528.1531.98-
YUV81.53169.46129.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.54%
GREEN value IS 66 (26.17% from 255) = 21.64%
BLUE value IS 155 (60.94% from 255) = 50.82%
R=27.54%
G=21.64%
B=50.82%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84661550.460.5700.39252.1340.2743.33
Hex54429B2E39027fc282b
Octal12410223356710473745053
Binary1010100100001010011011101110111001010011111111100101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54429B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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