#54457B

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

Shades of Gigas #54457B

Tints of Gigas #54457B

Color information

#54457B (or 0x54457B) is unknown color: approx Gigas. HEX triplet: 54, 45 and 7B. RGB value is (84,69,123). Sum of RGB (Red+Green+Blue) = 84+69+123=276 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.43% from 276); Green value is 69 (27.34% from 255 or 25% from 276); Blue value is 123 (48.44% from 255 or 44.57% from 276); Max value from RGB is 123 - color contains mainly: blue. Hex color #54457B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54457B is #ABBA84. Grayscale: #4F4F4F. Windows color (decimal): -11254405 or 8078676. OLE color: 8078676.

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

Color convert

RGB8469123-
CMYK0.320.4400.52
HSL256.67º28.12%37.65%-
HSV(B)256.67º43.9%48.24%-
XYZ9.367.5719.71-
YUV79.64152.47131.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.43%
GREEN value IS 69 (27.34% from 255) = 25%
BLUE value IS 123 (48.44% from 255) = 44.57%
R=30.43%
G=25%
B=44.57%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84691230.320.4400.52256.6728.1237.65
Hex54457B202C0341011c26
Octal12410517340540644013446
Binary101010010001011111011100000101100011010010000000111100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54457B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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