#554485

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

Shades of Gigas #554485

Tints of Gigas #554485

Color information

#554485 (or 0x554485) is unknown color: approx Gigas. HEX triplet: 55, 44 and 85. RGB value is (85,68,133). Sum of RGB (Red+Green+Blue) = 85+68+133=286 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.72% from 286); Green value is 68 (26.95% from 255 or 23.78% from 286); Blue value is 133 (52.34% from 255 or 46.50% from 286); Max value from RGB is 133 - color contains mainly: blue. Hex color #554485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554485 is #AABB7A. Grayscale: #505050. Windows color (decimal): -11189115 or 8733781. OLE color: 8733781.

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

Color convert

RGB8568133-
CMYK0.360.4900.48
HSL255.69º32.34%39.41%-
HSV(B)255.69º48.87%52.16%-
XYZ10.057.7623.16-
YUV80.49157.63131.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.72%
GREEN value IS 68 (26.95% from 255) = 23.78%
BLUE value IS 133 (52.34% from 255) = 46.50%
R=29.72%
G=23.78%
B=46.50%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85681330.360.4900.48255.6932.3439.41
Hex55448524310301002027
Octal12510420544610604004047
Binary10101011000100100001011001001100010110000100000000100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554485; }

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

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

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

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

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

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

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

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