#54428A

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

Shades of Gigas #54428A

Tints of Gigas #54428A

Color information

#54428A (or 0x54428A) is unknown color: approx Gigas. HEX triplet: 54, 42 and 8A. RGB value is (84,66,138). Sum of RGB (Red+Green+Blue) = 84+66+138=288 (38% of max value = 765). Red value is 84 (33.20% from 255 or 29.17% from 288); Green value is 66 (26.17% from 255 or 22.92% from 288); Blue value is 138 (54.30% from 255 or 47.92% from 288); Max value from RGB is 138 - color contains mainly: blue. Hex color #54428A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #54428A is #ABBD75. Grayscale: #4F4F4F. Windows color (decimal): -11255158 or 9060948. OLE color: 9060948.

HSL color Cylindrical-coordinate representation of color #54428A: hue angle of 255º degrees, saturation: 0.35, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #54428A is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8466138-
CMYK0.390.5200.46
HSL255º35.29%40%-
HSV(B)255º52.17%54.12%-
XYZ10.197.6224.98-
YUV79.59160.96131.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.17%
GREEN value IS 66 (26.17% from 255) = 22.92%
BLUE value IS 138 (54.30% from 255) = 47.92%
R=29.17%
G=22.92%
B=47.92%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal84661380.390.5200.4625535.2940
Hex54428A273402Eff2328
Octal12410221247640563774350
Binary1010100100001010001010100111110100010111011111111100011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54428A; }

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

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

<style>
 a { background-color: #54428A; }

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

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

<style>
 span { border-color: #54428A; }

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

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