#54457F

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

Shades of Gigas #54457F

Tints of Gigas #54457F

Color information

#54457F (or 0x54457F) is unknown color: approx Gigas. HEX triplet: 54, 45 and 7F. RGB value is (84,69,127). Sum of RGB (Red+Green+Blue) = 84+69+127=280 (37% of max value = 765). Red value is 84 (33.20% from 255 or 30% from 280); Green value is 69 (27.34% from 255 or 24.64% from 280); Blue value is 127 (50% from 255 or 45.36% from 280); Max value from RGB is 127 - color contains mainly: blue. Hex color #54457F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54457F is #ABBA80. Grayscale: #4F4F4F. Windows color (decimal): -11254401 or 8340820. OLE color: 8340820.

HSL color Cylindrical-coordinate representation of color #54457F: hue angle of 255.52º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54457F is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8469127-
CMYK0.340.4600.50
HSL255.52º29.59%38.43%-
HSV(B)255.52º45.67%49.8%-
XYZ9.627.6721.05-
YUV80.1154.47130.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30%
GREEN value IS 69 (27.34% from 255) = 24.64%
BLUE value IS 127 (50% from 255) = 45.36%
R=30%
G=24.64%
B=45.36%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal84691270.340.4600.50255.5229.5938.43
Hex54457F222E0321001e26
Octal12410517742560624003646
Binary101010010001011111111100010101110011001010000000011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54457F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,69,127); }

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

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

 a { background-color: rgb(84,69,127); }

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

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

 span { border-color: rgb(84,69,127); }

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