#554383

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

Shades of Gigas #554383

Tints of Gigas #554383

Color information

#554383 (or 0x554383) is unknown color: approx Gigas. HEX triplet: 55, 43 and 83. RGB value is (85,67,131). Sum of RGB (Red+Green+Blue) = 85+67+131=283 (37% of max value = 765). Red value is 85 (33.59% from 255 or 30.04% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 131 (51.56% from 255 or 46.29% from 283); Max value from RGB is 131 - color contains mainly: blue. Hex color #554383 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554383 is #AABC7C. Grayscale: #4F4F4F. Windows color (decimal): -11189373 or 8602453. OLE color: 8602453.

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

Color convert

RGB8567131-
CMYK0.350.4900.49
HSL256.88º32.32%38.82%-
HSV(B)256.88º48.85%51.37%-
XYZ9.857.5822.42-
YUV79.68156.96131.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.04%
GREEN value IS 67 (26.56% from 255) = 23.67%
BLUE value IS 131 (51.56% from 255) = 46.29%
R=30.04%
G=23.67%
B=46.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85671310.350.4900.49256.8832.3238.82
Hex55438323310311012027
Octal12510320343610614014047
Binary10101011000011100000111000111100010110001100000001100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554383

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554383; }

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

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

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

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

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

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

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

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