#554591

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

Shades of Gigas #554591

Tints of Gigas #554591

Color information

#554591 (or 0x554591) is unknown color: approx Gigas. HEX triplet: 55, 45 and 91. RGB value is (85,69,145). Sum of RGB (Red+Green+Blue) = 85+69+145=299 (39% of max value = 765). Red value is 85 (33.59% from 255 or 28.43% from 299); Green value is 69 (27.34% from 255 or 23.08% from 299); Blue value is 145 (57.03% from 255 or 48.49% from 299); Max value from RGB is 145 - color contains mainly: blue. Hex color #554591 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554591 is #AABA6E. Grayscale: #525252. Windows color (decimal): -11188847 or 9520469. OLE color: 9520469.

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

Color convert

RGB8569145-
CMYK0.410.5200.43
HSL252.63º35.51%41.96%-
HSV(B)252.63º52.41%56.86%-
XYZ10.998.2327.8-
YUV82.45163.3129.82-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 28.43%
GREEN value IS 69 (27.34% from 255) = 23.08%
BLUE value IS 145 (57.03% from 255) = 48.49%
R=28.43%
G=23.08%
B=48.49%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal85691450.410.5200.43252.6335.5141.96
Hex554591293402Bfd242a
Octal12510522151640533754452
Binary1010101100010110010001101001110100010101111111101100100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554591; }

 p { color: rgb(85,69,145); }

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

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

 a { background-color: rgb(85,69,145); }

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

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

 span { border-color: rgb(85,69,145); }

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