#54459B

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

Shades of Blue Gem #54459B

Tints of Blue Gem #54459B

Color information

#54459B (or 0x54459B) is unknown color: approx Blue Gem. HEX triplet: 54, 45 and 9B. RGB value is (84,69,155). Sum of RGB (Red+Green+Blue) = 84+69+155=308 (40% of max value = 765). Red value is 84 (33.20% from 255 or 27.27% from 308); Green value is 69 (27.34% from 255 or 22.40% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #54459B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54459B is #ABBA64. Grayscale: #525252. Windows color (decimal): -11254373 or 10175828. OLE color: 10175828.

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

Color convert

RGB8469155-
CMYK0.460.5500.39
HSL250.47º38.39%43.92%-
HSV(B)250.47º55.48%60.78%-
XYZ11.78.5132.04-
YUV83.29168.47128.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.27%
GREEN value IS 69 (27.34% from 255) = 22.40%
BLUE value IS 155 (60.94% from 255) = 50.32%
R=27.27%
G=22.40%
B=50.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal84691550.460.5500.39250.4738.3943.92
Hex54459B2E37027fa262c
Octal12410523356670473724654
Binary1010100100010110011011101110110111010011111111010100110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54459B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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