#54458B

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

Shades of Gigas #54458B

Tints of Gigas #54458B

Color information

#54458B (or 0x54458B) is unknown color: approx Gigas. HEX triplet: 54, 45 and 8B. RGB value is (84,69,139). Sum of RGB (Red+Green+Blue) = 84+69+139=292 (38% of max value = 765). Red value is 84 (33.20% from 255 or 28.77% from 292); Green value is 69 (27.34% from 255 or 23.63% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #54458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54458B is #ABBA74. Grayscale: #515151. Windows color (decimal): -11254389 or 9127252. OLE color: 9127252.

HSL color Cylindrical-coordinate representation of color #54458B: hue angle of 252.86º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54458B is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8469139-
CMYK0.400.5000.45
HSL252.86º33.65%40.78%-
HSV(B)252.86º50.36%54.51%-
XYZ10.448.0125.42-
YUV81.46160.47129.81-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.77%
GREEN value IS 69 (27.34% from 255) = 23.63%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=28.77%
G=23.63%
B=47.60%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal84691390.400.5000.45252.8633.6540.78
Hex54458B283202Dfd2229
Octal12410521350620553754251
Binary1010100100010110001011101000110010010110111111101100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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