#54447A

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

Shades of Gigas #54447A

Tints of Gigas #54447A

Color information

#54447A (or 0x54447A) is unknown color: approx Gigas. HEX triplet: 54, 44 and 7A. RGB value is (84,68,122). Sum of RGB (Red+Green+Blue) = 84+68+122=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 68 (26.95% from 255 or 24.82% from 274); Blue value is 122 (48.05% from 255 or 44.53% from 274); Max value from RGB is 122 - color contains mainly: blue. Hex color #54447A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54447A is #ABBB85. Grayscale: #4E4E4E. Windows color (decimal): -11254662 or 8012884. OLE color: 8012884.

HSL color Cylindrical-coordinate representation of color #54447A: hue angle of 257.78º degrees, saturation: 0.28, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #54447A is Cyan = 0.31, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB8468122-
CMYK0.310.4400.52
HSL257.78º28.42%37.25%-
HSV(B)257.78º44.26%47.84%-
XYZ9.247.4219.36-
YUV78.94152.3131.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.66%
GREEN value IS 68 (26.95% from 255) = 24.82%
BLUE value IS 122 (48.05% from 255) = 44.53%
R=30.66%
G=24.82%
B=44.53%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84681220.310.4400.52257.7828.4237.25
Hex54447A1F2C0341021c25
Octal12410417237540644023445
Binary10101001000100111101011111101100011010010000001011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54447A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,68,122); }

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

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

 a { background-color: rgb(84,68,122); }

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

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

 span { border-color: rgb(84,68,122); }

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