#54439C

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

Shades of Blue Gem #54439C

Tints of Blue Gem #54439C

Color information

#54439C (or 0x54439C) is unknown color: approx Blue Gem. HEX triplet: 54, 43 and 9C. RGB value is (84,67,156). Sum of RGB (Red+Green+Blue) = 84+67+156=307 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.36% from 307); Green value is 67 (26.56% from 255 or 21.82% from 307); Blue value is 156 (61.33% from 255 or 50.81% from 307); Max value from RGB is 156 - color contains mainly: blue. Hex color #54439C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54439C is #ABBC63. Grayscale: #515151. Windows color (decimal): -11254884 or 10240852. OLE color: 10240852.

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

Color convert

RGB8467156-
CMYK0.460.5700.39
HSL251.46º39.91%43.73%-
HSV(B)251.46º57.05%61.18%-
XYZ11.668.332.44-
YUV82.23169.63129.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.36%
GREEN value IS 67 (26.56% from 255) = 21.82%
BLUE value IS 156 (61.33% from 255) = 50.81%
R=27.36%
G=21.82%
B=50.81%

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
Decimal84671560.460.5700.39251.4639.9143.73
Hex54439C2E39027fb282c
Octal12410323456710473735054
Binary1010100100001110011100101110111001010011111111011101000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54439C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54439C; }

 p { color: rgb(84,67,156); }

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

<style>
 a { background-color: #54439C; }

 a { background-color: rgb(84,67,156); }

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

<style>
 span { border-color: #54439C; }

 span { border-color: rgb(84,67,156); }

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