#54447F

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

Shades of Gigas #54447F

Tints of Gigas #54447F

Color information

#54447F (or 0x54447F) is unknown color: approx Gigas. HEX triplet: 54, 44 and 7F. RGB value is (84,68,127). Sum of RGB (Red+Green+Blue) = 84+68+127=279 (36% of max value = 765). Red value is 84 (33.20% from 255 or 30.11% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 127 (50% from 255 or 45.52% from 279); Max value from RGB is 127 - color contains mainly: blue. Hex color #54447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #54447F is #ABBB80. Grayscale: #4F4F4F. Windows color (decimal): -11254657 or 8340564. OLE color: 8340564.

HSL color Cylindrical-coordinate representation of color #54447F: hue angle of 256.27º 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 #54447F is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8468127-
CMYK0.340.4600.50
HSL256.27º30.26%38.24%-
HSV(B)256.27º46.46%49.8%-
XYZ9.557.5521.03-
YUV79.51154.8131.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 30.11%
GREEN value IS 68 (26.95% from 255) = 24.37%
BLUE value IS 127 (50% from 255) = 45.52%
R=30.11%
G=24.37%
B=45.52%

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
Decimal84681270.340.4600.50256.2730.2638.24
Hex54447F222E0321001e26
Octal12410417742560624003646
Binary101010010001001111111100010101110011001010000000011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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