#554583

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

Shades of Gigas #554583

Tints of Gigas #554583

Color information

#554583 (or 0x554583) is unknown color: approx Gigas. HEX triplet: 55, 45 and 83. RGB value is (85,69,131). Sum of RGB (Red+Green+Blue) = 85+69+131=285 (37% of max value = 765). Red value is 85 (33.59% from 255 or 29.82% from 285); Green value is 69 (27.34% from 255 or 24.21% from 285); Blue value is 131 (51.56% from 255 or 45.96% from 285); Max value from RGB is 131 - color contains mainly: blue. Hex color #554583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #554583 is #AABA7C. Grayscale: #505050. Windows color (decimal): -11188861 or 8602965. OLE color: 8602965.

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

Color convert

RGB8569131-
CMYK0.350.4700.49
HSL255.48º31%39.22%-
HSV(B)255.48º47.33%51.37%-
XYZ9.977.8322.46-
YUV80.85156.3130.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 29.82%
GREEN value IS 69 (27.34% from 255) = 24.21%
BLUE value IS 131 (51.56% from 255) = 45.96%
R=29.82%
G=24.21%
B=45.96%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85691310.350.4700.49255.483139.22
Hex554583232F031ff1f27
Octal12510520343570613773747
Binary101010110001011000001110001110111101100011111111111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554583; }

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

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

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

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

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

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

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

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