#554382

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

Shades of Gigas #554382

Tints of Gigas #554382

Color information

#554382 (or 0x554382) is unknown color: approx Gigas. HEX triplet: 55, 43 and 82. RGB value is (85,67,130). Sum of RGB (Red+Green+Blue) = 85+67+130=282 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.14% from 282); Green value is 67 (26.56% from 255 or 23.76% from 282); Blue value is 130 (51.17% from 255 or 46.10% from 282); Max value from RGB is 130 - color contains mainly: blue. Hex color #554382 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554382 is #AABC7D. Grayscale: #4F4F4F. Windows color (decimal): -11189374 or 8536917. OLE color: 8536917.

HSL color Cylindrical-coordinate representation of color #554382: hue angle of 257.14º degrees, saturation: 0.32, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #554382 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8567130-
CMYK0.350.4800.49
HSL257.14º31.98%38.63%-
HSV(B)257.14º48.46%50.98%-
XYZ9.787.5622.06-
YUV79.56156.46131.88-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.14%
GREEN value IS 67 (26.56% from 255) = 23.76%
BLUE value IS 130 (51.17% from 255) = 46.10%
R=30.14%
G=23.76%
B=46.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85671300.350.4800.49257.1431.9838.63
Hex55438223300311012027
Octal12510320243600614014047
Binary10101011000011100000101000111100000110001100000001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554382; }

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

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

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

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

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

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

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

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