#554796

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

Shades of Gigas #554796

Tints of Gigas #554796

Color information

#554796 (or 0x554796) is unknown color: approx Gigas. HEX triplet: 55, 47 and 96. RGB value is (85,71,150). Sum of RGB (Red+Green+Blue) = 85+71+150=306 (40% of max value = 765). Red value is 85 (33.59% from 255 or 27.78% from 306); Green value is 71 (28.12% from 255 or 23.20% from 306); Blue value is 150 (58.98% from 255 or 49.02% from 306); Max value from RGB is 150 - color contains mainly: blue. Hex color #554796 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554796 is #AAB869. Grayscale: #535353. Windows color (decimal): -11188330 or 9848661. OLE color: 9848661.

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

Color convert

RGB8571150-
CMYK0.430.5300.41
HSL250.63º35.75%43.33%-
HSV(B)250.63º52.67%58.82%-
XYZ11.58.6429.92-
YUV84.19165.14128.58-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 27.78%
GREEN value IS 71 (28.12% from 255) = 23.20%
BLUE value IS 150 (58.98% from 255) = 49.02%
R=27.78%
G=23.20%
B=49.02%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal85711500.430.5300.41250.6335.7543.33
Hex5547962B35029fb242b
Octal12510722653650513734453
Binary1010101100011110010110101011110101010100111111011100100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554796

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554796; }

 p { color: rgb(85,71,150); }

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

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

 a { background-color: rgb(85,71,150); }

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

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

 span { border-color: rgb(85,71,150); }

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