#54488F

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

Shades of Gigas #54488F

Tints of Gigas #54488F

Color information

#54488F (or 0x54488F) is unknown color: approx Gigas. HEX triplet: 54, 48 and 8F. RGB value is (84,72,143). Sum of RGB (Red+Green+Blue) = 84+72+143=299 (39% of max value = 765). Red value is 84 (33.20% from 255 or 28.09% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 143 (56.25% from 255 or 47.83% from 299); Max value from RGB is 143 - color contains mainly: blue. Hex color #54488F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54488F is #ABB770. Grayscale: #535353. Windows color (decimal): -11253617 or 9390164. OLE color: 9390164.

HSL color Cylindrical-coordinate representation of color #54488F: hue angle of 250.14º degrees, saturation: 0.33, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #54488F is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8472143-
CMYK0.410.5000.44
HSL250.14º33.02%42.16%-
HSV(B)250.14º49.65%56.08%-
XYZ10.938.527.05-
YUV83.68161.48128.23-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 28.09%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 143 (56.25% from 255) = 47.83%
R=28.09%
G=24.08%
B=47.83%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal84721430.410.5000.44250.1433.0242.16
Hex54488F293202Cfa212a
Octal12411021751620543724152
Binary1010100100100010001111101001110010010110011111010100001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54488F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54488F; }

 p { color: rgb(84,72,143); }

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

<style>
 a { background-color: #54488F; }

 a { background-color: rgb(84,72,143); }

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

<style>
 span { border-color: #54488F; }

 span { border-color: rgb(84,72,143); }

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