#554478

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

Shades of Gigas #554478

Tints of Gigas #554478

Color information

#554478 (or 0x554478) is unknown color: approx Gigas. HEX triplet: 55, 44 and 78. RGB value is (85,68,120). Sum of RGB (Red+Green+Blue) = 85+68+120=273 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.14% from 273); Green value is 68 (26.95% from 255 or 24.91% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 120 - color contains mainly: blue. Hex color #554478 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554478 is #AABB87. Grayscale: #4E4E4E. Windows color (decimal): -11189128 or 7881813. OLE color: 7881813.

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

Color convert

RGB8568120-
CMYK0.290.4300.53
HSL259.62º27.66%36.86%-
HSV(B)259.62º43.33%47.06%-
XYZ9.27.4218.72-
YUV79.01151.13132.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.14%
GREEN value IS 68 (26.95% from 255) = 24.91%
BLUE value IS 120 (47.27% from 255) = 43.96%
R=31.14%
G=24.91%
B=43.96%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85681200.290.4300.53259.6227.6636.86
Hex5544781D2B0351041c25
Octal12510417035530654043445
Binary10101011000100111100011101101011011010110000010011100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554478; }

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

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

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

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

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

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

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

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