#554087

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

Shades of Gigas #554087

Tints of Gigas #554087

Color information

#554087 (or 0x554087) is unknown color: approx Gigas. HEX triplet: 55, 40 and 87. RGB value is (85,64,135). Sum of RGB (Red+Green+Blue) = 85+64+135=284 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.93% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 135 (53.12% from 255 or 47.54% from 284); Max value from RGB is 135 - color contains mainly: blue. Hex color #554087 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554087 is #AABF78. Grayscale: #4E4E4E. Windows color (decimal): -11190137 or 8863829. OLE color: 8863829.

HSL color Cylindrical-coordinate representation of color #554087: hue angle of 257.75º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #554087 is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8564135-
CMYK0.370.5300.47
HSL257.75º35.68%39.02%-
HSV(B)257.75º52.59%52.94%-
XYZ9.957.3523.82-
YUV78.37159.96132.73-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.93%
GREEN value IS 64 (25.39% from 255) = 22.54%
BLUE value IS 135 (53.12% from 255) = 47.54%
R=29.93%
G=22.54%
B=47.54%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal85641350.370.5300.47257.7535.6839.02
Hex554087253502F1022427
Octal12510020745650574024447
Binary10101011000000100001111001011101010101111100000010100100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554087

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554087; }

 p { color: rgb(85,64,135); }

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

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

 a { background-color: rgb(85,64,135); }

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

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

 span { border-color: rgb(85,64,135); }

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