#54447B

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

Shades of Gigas #54447B

Tints of Gigas #54447B

Color information

#54447B (or 0x54447B) is unknown color: approx Gigas. HEX triplet: 54, 44 and 7B. RGB value is (84,68,123). Sum of RGB (Red+Green+Blue) = 84+68+123=275 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.55% from 275); Green value is 68 (26.95% from 255 or 24.73% from 275); Blue value is 123 (48.44% from 255 or 44.73% from 275); Max value from RGB is 123 - color contains mainly: blue. Hex color #54447B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54447B is #ABBB84. Grayscale: #4E4E4E. Windows color (decimal): -11254661 or 8078420. OLE color: 8078420.

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

Color convert

RGB8468123-
CMYK0.320.4500.52
HSL257.45º28.8%37.45%-
HSV(B)257.45º44.72%48.24%-
XYZ9.37.4519.69-
YUV79.05152.8131.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.55%
GREEN value IS 68 (26.95% from 255) = 24.73%
BLUE value IS 123 (48.44% from 255) = 44.73%
R=30.55%
G=24.73%
B=44.73%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal84681230.320.4500.52257.4528.837.45
Hex54447B202D0341011d25
Octal12410417340550644013545
Binary101010010001001111011100000101101011010010000000111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54447B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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