#554579

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

Shades of Gigas #554579

Tints of Gigas #554579

Color information

#554579 (or 0x554579) is unknown color: approx Gigas. HEX triplet: 55, 45 and 79. RGB value is (85,69,121). Sum of RGB (Red+Green+Blue) = 85+69+121=275 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.91% from 275); Green value is 69 (27.34% from 255 or 25.09% from 275); Blue value is 121 (47.66% from 255 or 44% from 275); Max value from RGB is 121 - color contains mainly: blue. Hex color #554579 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554579 is #AABA86. Grayscale: #4F4F4F. Windows color (decimal): -11188871 or 7947605. OLE color: 7947605.

HSL color Cylindrical-coordinate representation of color #554579: hue angle of 258.46º degrees, saturation: 0.27, 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 #554579 is Cyan = 0.30, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8569121-
CMYK0.300.4300.53
HSL258.46º27.37%37.25%-
HSV(B)258.46º42.98%47.45%-
XYZ9.337.5719.06-
YUV79.71151.3131.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.91%
GREEN value IS 69 (27.34% from 255) = 25.09%
BLUE value IS 121 (47.66% from 255) = 44%
R=30.91%
G=25.09%
B=44%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85691210.300.4300.53258.4627.3737.25
Hex5545791E2B0351021b25
Octal12510517136530654023345
Binary10101011000101111100111110101011011010110000001011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554579; }

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

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

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

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

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

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

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

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