#554279

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

Shades of Gigas #554279

Tints of Gigas #554279

Color information

#554279 (or 0x554279) is unknown color: approx Gigas. HEX triplet: 55, 42 and 79. RGB value is (85,66,121). Sum of RGB (Red+Green+Blue) = 85+66+121=272 (36% of max value = 765). Red value is 85 (33.59% from 255 or 31.25% from 272); Green value is 66 (26.17% from 255 or 24.26% from 272); Blue value is 121 (47.66% from 255 or 44.49% from 272); Max value from RGB is 121 - color contains mainly: blue. Hex color #554279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554279 is #AABD86. Grayscale: #4D4D4D. Windows color (decimal): -11189639 or 7946837. OLE color: 7946837.

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

Color convert

RGB8566121-
CMYK0.300.4500.53
HSL260.73º29.41%36.67%-
HSV(B)260.73º45.45%47.45%-
XYZ9.157.2119-
YUV77.95152.29133.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 31.25%
GREEN value IS 66 (26.17% from 255) = 24.26%
BLUE value IS 121 (47.66% from 255) = 44.49%
R=31.25%
G=24.26%
B=44.49%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal85661210.300.4500.53260.7329.4136.67
Hex5542791E2D0351051d25
Octal12510217136550654053545
Binary10101011000010111100111110101101011010110000010111101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554279; }

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

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

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

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

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

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

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

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