#544185

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

Shades of Gigas #544185

Tints of Gigas #544185

Color information

#544185 (or 0x544185) is unknown color: approx Gigas. HEX triplet: 54, 41 and 85. RGB value is (84,65,133). Sum of RGB (Red+Green+Blue) = 84+65+133=282 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.79% from 282); Green value is 65 (25.78% from 255 or 23.05% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #544185 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544185 is #ABBE7A. Grayscale: #4E4E4E. Windows color (decimal): -11255419 or 8733012. OLE color: 8733012.

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

Color convert

RGB8465133-
CMYK0.370.5100.48
HSL256.76º34.34%38.82%-
HSV(B)256.76º51.13%52.16%-
XYZ9.787.3623.1-
YUV78.43158.79131.97-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.79%
GREEN value IS 65 (25.78% from 255) = 23.05%
BLUE value IS 133 (52.34% from 255) = 47.16%
R=29.79%
G=23.05%
B=47.16%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal84651330.370.5100.48256.7634.3438.82
Hex54418525330301012227
Octal12410120545630604014247
Binary10101001000001100001011001011100110110000100000001100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544185

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544185; }

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

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

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

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

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

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

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

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