#54417A

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

Shades of Gigas #54417A

Tints of Gigas #54417A

Color information

#54417A (or 0x54417A) is unknown color: approx Gigas. HEX triplet: 54, 41 and 7A. RGB value is (84,65,122). Sum of RGB (Red+Green+Blue) = 84+65+122=271 (35% of max value = 765). Red value is 84 (33.20% from 255 or 31.00% from 271); Green value is 65 (25.78% from 255 or 23.99% from 271); Blue value is 122 (48.05% from 255 or 45.02% from 271); Max value from RGB is 122 - color contains mainly: blue. Hex color #54417A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54417A is #ABBE85. Grayscale: #4C4C4C. Windows color (decimal): -11255430 or 8012116. OLE color: 8012116.

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

Color convert

RGB8465122-
CMYK0.310.4700.52
HSL260º30.48%36.67%-
HSV(B)260º46.72%47.84%-
XYZ9.067.0719.3-
YUV77.18153.29132.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 31.00%
GREEN value IS 65 (25.78% from 255) = 23.99%
BLUE value IS 122 (48.05% from 255) = 45.02%
R=31.00%
G=23.99%
B=45.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84651220.310.4700.5226030.4836.67
Hex54417A1F2F0341041e25
Octal12410117237570644043645
Binary10101001000001111101011111101111011010010000010011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54417A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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