#544681

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

Shades of Gigas #544681

Tints of Gigas #544681

Color information

#544681 (or 0x544681) is unknown color: approx Gigas. HEX triplet: 54, 46 and 81. RGB value is (84,70,129). Sum of RGB (Red+Green+Blue) = 84+70+129=283 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.68% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 129 (50.78% from 255 or 45.58% from 283); Max value from RGB is 129 - color contains mainly: blue. Hex color #544681 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544681 is #ABB97E. Grayscale: #505050. Windows color (decimal): -11254143 or 8472148. OLE color: 8472148.

HSL color Cylindrical-coordinate representation of color #544681: hue angle of 254.24º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #544681 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8470129-
CMYK0.350.4600.49
HSL254.24º29.65%39.02%-
HSV(B)254.24º45.74%50.59%-
XYZ9.817.8521.77-
YUV80.91155.14130.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.68%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 129 (50.78% from 255) = 45.58%
R=29.68%
G=24.73%
B=45.58%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84701290.350.4600.49254.2429.6539.02
Hex544681232E031fe1e27
Octal12410620143560613763647
Binary101010010001101000000110001110111001100011111111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544681

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544681; }

 p { color: rgb(84,70,129); }

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

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

 a { background-color: rgb(84,70,129); }

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

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

 span { border-color: rgb(84,70,129); }

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