#554580

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

Shades of Gigas #554580

Tints of Gigas #554580

Color information

#554580 (or 0x554580) is unknown color: approx Gigas. HEX triplet: 55, 45 and 80. RGB value is (85,69,128). Sum of RGB (Red+Green+Blue) = 85+69+128=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 128 (50.39% from 255 or 45.39% from 282); Max value from RGB is 128 - color contains mainly: blue. Hex color #554580 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554580 is #AABA7F. Grayscale: #505050. Windows color (decimal): -11188864 or 8406357. OLE color: 8406357.

HSL color Cylindrical-coordinate representation of color #554580: hue angle of 256.27º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #554580 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8569128-
CMYK0.340.4600.50
HSL256.27º29.95%38.63%-
HSV(B)256.27º46.09%50.2%-
XYZ9.777.7521.4-
YUV80.51154.8131.2-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 69 (27.34% from 255) = 24.47%
BLUE value IS 128 (50.39% from 255) = 45.39%
R=30.14%
G=24.47%
B=45.39%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal85691280.340.4600.50256.2729.9538.63
Hex554580222E0321001e27
Octal12510520042560624003647
Binary1010101100010110000000100010101110011001010000000011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554580; }

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

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

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

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

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

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

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

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