#54417D

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

Shades of Gigas #54417D

Tints of Gigas #54417D

Color information

#54417D (or 0x54417D) is unknown color: approx Gigas. HEX triplet: 54, 41 and 7D. RGB value is (84,65,125). Sum of RGB (Red+Green+Blue) = 84+65+125=274 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.66% from 274); Green value is 65 (25.78% from 255 or 23.72% from 274); Blue value is 125 (49.22% from 255 or 45.62% from 274); Max value from RGB is 125 - color contains mainly: blue. Hex color #54417D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54417D is #ABBE82. Grayscale: #4D4D4D. Windows color (decimal): -11255427 or 8208724. OLE color: 8208724.

HSL color Cylindrical-coordinate representation of color #54417D: hue angle of 259º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #54417D is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8465125-
CMYK0.330.4800.51
HSL259º31.58%37.25%-
HSV(B)259º48%49.02%-
XYZ9.257.1520.29-
YUV77.52154.79132.62-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.66%
GREEN value IS 65 (25.78% from 255) = 23.72%
BLUE value IS 125 (49.22% from 255) = 45.62%
R=30.66%
G=23.72%
B=45.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal84651250.330.4800.5125931.5837.25
Hex54417D21300331032025
Octal12410117541600634034045
Binary1010100100000111111011000011100000110011100000011100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54417D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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