#544283

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

Shades of Gigas #544283

Tints of Gigas #544283

Color information

#544283 (or 0x544283) is unknown color: approx Gigas. HEX triplet: 54, 42 and 83. RGB value is (84,66,131). Sum of RGB (Red+Green+Blue) = 84+66+131=281 (37% of max value = 765). Red value is 84 (33.20% from 255 or 29.89% from 281); Green value is 66 (26.17% from 255 or 23.49% from 281); Blue value is 131 (51.56% from 255 or 46.62% from 281); Max value from RGB is 131 - color contains mainly: blue. Hex color #544283 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #544283 is #ABBD7C. Grayscale: #4E4E4E. Windows color (decimal): -11255165 or 8602196. OLE color: 8602196.

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

Color convert

RGB8466131-
CMYK0.360.5000.49
HSL256.62º32.99%38.63%-
HSV(B)256.62º49.62%51.37%-
XYZ9.77.4222.39-
YUV78.79157.46131.71-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 29.89%
GREEN value IS 66 (26.17% from 255) = 23.49%
BLUE value IS 131 (51.56% from 255) = 46.62%
R=29.89%
G=23.49%
B=46.62%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal84661310.360.5000.49256.6232.9938.63
Hex54428324320311012127
Octal12410220344620614014147
Binary10101001000010100000111001001100100110001100000001100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #544283

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #544283; }

 p { color: rgb(84,66,131); }

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

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

 a { background-color: rgb(84,66,131); }

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

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

 span { border-color: rgb(84,66,131); }

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