#554377

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

Shades of Gigas #554377

Tints of Gigas #554377

Color information

#554377 (or 0x554377) is unknown color: approx Gigas. HEX triplet: 55, 43 and 77. RGB value is (85,67,119). Sum of RGB (Red+Green+Blue) = 85+67+119=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 67 (26.56% from 255 or 24.72% from 271); Blue value is 119 (46.88% from 255 or 43.91% from 271); Max value from RGB is 119 - color contains mainly: blue. Hex color #554377 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554377 is #AABC88. Grayscale: #4E4E4E. Windows color (decimal): -11189385 or 7816021. OLE color: 7816021.

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

Color convert

RGB8567119-
CMYK0.290.4400.53
HSL260.77º27.96%36.47%-
HSV(B)260.77º43.7%46.67%-
XYZ9.087.2818.38-
YUV78.31150.96132.77-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 67 (26.56% from 255) = 24.72%
BLUE value IS 119 (46.88% from 255) = 43.91%
R=31.37%
G=24.72%
B=43.91%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85671190.290.4400.53260.7727.9636.47
Hex5543771D2C0351051c24
Octal12510316735540654053444
Binary10101011000011111011111101101100011010110000010111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554377; }

 p { color: rgb(85,67,119); }

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

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

 a { background-color: rgb(85,67,119); }

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

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

 span { border-color: rgb(85,67,119); }

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