#544385

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

Shades of Gigas #544385

Tints of Gigas #544385

Color information

#544385 (or 0x544385) is unknown color: approx Gigas. HEX triplet: 54, 43 and 85. RGB value is (84,67,133). Sum of RGB (Red+Green+Blue) = 84+67+133=284 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.58% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 133 (52.34% from 255 or 46.83% from 284); Max value from RGB is 133 - color contains mainly: blue. Hex color #544385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544385 is #ABBC7A. Grayscale: #4F4F4F. Windows color (decimal): -11254907 or 8733524. OLE color: 8733524.

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

Color convert

RGB8467133-
CMYK0.370.5000.48
HSL255.45º33%39.22%-
HSV(B)255.45º49.62%52.16%-
XYZ9.97.5923.13-
YUV79.61158.13131.13-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.58%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 133 (52.34% from 255) = 46.83%
R=29.58%
G=23.59%
B=46.83%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84671330.370.5000.48255.453339.22
Hex5443852532030ff2127
Octal12410320545620603774147
Binary1010100100001110000101100101110010011000011111111100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544385; }

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

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

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

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

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

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

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

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