#544792

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

Shades of Gigas #544792

Tints of Gigas #544792

Color information

#544792 (or 0x544792) is unknown color: approx Gigas. HEX triplet: 54, 47 and 92. RGB value is (84,71,146). Sum of RGB (Red+Green+Blue) = 84+71+146=301 (39% of max value = 765). Red value is 84 (33.20% from 255 or 27.91% from 301); Green value is 71 (28.12% from 255 or 23.59% from 301); Blue value is 146 (57.42% from 255 or 48.50% from 301); Max value from RGB is 146 - color contains mainly: blue. Hex color #544792 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544792 is #ABB86D. Grayscale: #535353. Windows color (decimal): -11253870 or 9586516. OLE color: 9586516.

HSL color Cylindrical-coordinate representation of color #544792: hue angle of 250.4º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #544792 is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8471146-
CMYK0.420.5100.43
HSL250.4º34.56%42.55%-
HSV(B)250.4º51.37%57.25%-
XYZ11.18.4728.24-
YUV83.44163.31128.4-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 27.91%
GREEN value IS 71 (28.12% from 255) = 23.59%
BLUE value IS 146 (57.42% from 255) = 48.50%
R=27.91%
G=23.59%
B=48.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal84711460.420.5100.43250.434.5642.55
Hex5447922A3302Bfa232b
Octal12410722252630533724353
Binary1010100100011110010010101010110011010101111111010100011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544792

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544792; }

 p { color: rgb(84,71,146); }

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

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

 a { background-color: rgb(84,71,146); }

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

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

 span { border-color: rgb(84,71,146); }

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