#554684

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

Shades of Gigas #554684

Tints of Gigas #554684

Color information

#554684 (or 0x554684) is unknown color: approx Gigas. HEX triplet: 55, 46 and 84. RGB value is (85,70,132). Sum of RGB (Red+Green+Blue) = 85+70+132=287 (38% of max value = 765). Red value is 85 (33.59% from 255 or 29.62% from 287); Green value is 70 (27.73% from 255 or 24.39% from 287); Blue value is 132 (51.95% from 255 or 45.99% from 287); Max value from RGB is 132 - color contains mainly: blue. Hex color #554684 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554684 is #AAB97B. Grayscale: #515151. Windows color (decimal): -11188604 or 8668757. OLE color: 8668757.

HSL color Cylindrical-coordinate representation of color #554684: hue angle of 254.52º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #554684 is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8570132-
CMYK0.360.4700.48
HSL254.52º30.69%39.61%-
HSV(B)254.52º46.97%51.76%-
XYZ10.17.9822.84-
YUV81.55156.47130.46-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.62%
GREEN value IS 70 (27.73% from 255) = 24.39%
BLUE value IS 132 (51.95% from 255) = 45.99%
R=29.62%
G=24.39%
B=45.99%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal85701320.360.4700.48254.5230.6939.61
Hex554684242F030ff1f28
Octal12510620444570603773750
Binary101010110001101000010010010010111101100001111111111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554684

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554684; }

 p { color: rgb(85,70,132); }

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

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

 a { background-color: rgb(85,70,132); }

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

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

 span { border-color: rgb(85,70,132); }

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