#544485

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

Shades of Gigas #544485

Tints of Gigas #544485

Color information

#544485 (or 0x544485) is unknown color: approx Gigas. HEX triplet: 54, 44 and 85. RGB value is (84,68,133). Sum of RGB (Red+Green+Blue) = 84+68+133=285 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.47% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 133 (52.34% from 255 or 46.67% from 285); Max value from RGB is 133 - color contains mainly: blue. Hex color #544485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544485 is #ABBB7A. Grayscale: #4F4F4F. Windows color (decimal): -11254651 or 8733780. OLE color: 8733780.

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

Color convert

RGB8468133-
CMYK0.370.4900.48
HSL254.77º32.34%39.41%-
HSV(B)254.77º48.87%52.16%-
XYZ9.967.7123.15-
YUV80.19157.8130.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.47%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 133 (52.34% from 255) = 46.67%
R=29.47%
G=23.86%
B=46.67%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84681330.370.4900.48254.7732.3439.41
Hex5444852531030ff2027
Octal12410420545610603774047
Binary1010100100010010000101100101110001011000011111111100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544485; }

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

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

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

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

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

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

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

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