#554588

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

Shades of Gigas #554588

Tints of Gigas #554588

Color information

#554588 (or 0x554588) is unknown color: approx Gigas. HEX triplet: 55, 45 and 88. RGB value is (85,69,136). Sum of RGB (Red+Green+Blue) = 85+69+136=290 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.31% from 290); Green value is 69 (27.34% from 255 or 23.79% from 290); Blue value is 136 (53.52% from 255 or 46.90% from 290); Max value from RGB is 136 - color contains mainly: blue. Hex color #554588 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554588 is #AABA77. Grayscale: #515151. Windows color (decimal): -11188856 or 8930645. OLE color: 8930645.

HSL color Cylindrical-coordinate representation of color #554588: hue angle of 254.33º degrees, saturation: 0.33, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #554588 is Cyan = 0.38, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8569136-
CMYK0.380.4900.47
HSL254.33º32.68%40.2%-
HSV(B)254.33º49.26%53.33%-
XYZ10.327.9724.29-
YUV81.42158.8130.55-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.31%
GREEN value IS 69 (27.34% from 255) = 23.79%
BLUE value IS 136 (53.52% from 255) = 46.90%
R=29.31%
G=23.79%
B=46.90%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85691360.380.4900.47254.3332.6840.2
Hex554588263102Ffe2128
Octal12510521046610573764150
Binary1010101100010110001000100110110001010111111111110100001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554588

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554588; }

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

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

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

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

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

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

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

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