#554585

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

Shades of Gigas #554585

Tints of Gigas #554585

Color information

#554585 (or 0x554585) is unknown color: approx Gigas. HEX triplet: 55, 45 and 85. RGB value is (85,69,133). Sum of RGB (Red+Green+Blue) = 85+69+133=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 69 (27.34% from 255 or 24.04% from 287); Blue value is 133 (52.34% from 255 or 46.34% from 287); Max value from RGB is 133 - color contains mainly: blue. Hex color #554585 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554585 is #AABA7A. Grayscale: #505050. Windows color (decimal): -11188859 or 8734037. OLE color: 8734037.

HSL color Cylindrical-coordinate representation of color #554585: hue angle of 255º degrees, saturation: 0.32, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #554585 is Cyan = 0.36, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8569133-
CMYK0.360.4800.48
HSL255º31.68%39.61%-
HSV(B)255º48.12%52.16%-
XYZ10.117.8823.18-
YUV81.08157.3130.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 69 (27.34% from 255) = 24.04%
BLUE value IS 133 (52.34% from 255) = 46.34%
R=29.62%
G=24.04%
B=46.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85691330.360.4800.4825531.6839.61
Hex5545852430030ff2028
Octal12510520544600603774050
Binary1010101100010110000101100100110000011000011111111100000101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554585; }

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

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

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

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

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

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

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

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