#554278

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

Shades of Gigas #554278

Tints of Gigas #554278

Color information

#554278 (or 0x554278) is unknown color: approx Gigas. HEX triplet: 55, 42 and 78. RGB value is (85,66,120). Sum of RGB (Red+Green+Blue) = 85+66+120=271 (35% of max value = 765). Red value is 85 (33.59% from 255 or 31.37% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 120 (47.27% from 255 or 44.28% from 271); Max value from RGB is 120 - color contains mainly: blue. Hex color #554278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554278 is #AABD87. Grayscale: #4D4D4D. Windows color (decimal): -11189640 or 7881301. OLE color: 7881301.

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

Color convert

RGB8566120-
CMYK0.290.4500.53
HSL261.11º29.03%36.47%-
HSV(B)261.11º45%47.06%-
XYZ9.087.1818.68-
YUV77.84151.79133.11-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.37%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 120 (47.27% from 255) = 44.28%
R=31.37%
G=24.35%
B=44.28%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85661200.290.4500.53261.1129.0336.47
Hex5542781D2D0351051d24
Octal12510217035550654053544
Binary10101011000010111100011101101101011010110000010111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554278; }

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

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

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

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

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

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

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

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