#553E83

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

Shades of Gigas #553E83

Tints of Gigas #553E83

Color information

#553E83 (or 0x553E83) is unknown color: approx Gigas. HEX triplet: 55, 3E and 83. RGB value is (85,62,131). Sum of RGB (Red+Green+Blue) = 85+62+131=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 62 (24.61% from 255 or 22.30% from 278); Blue value is 131 (51.56% from 255 or 47.12% from 278); Max value from RGB is 131 - color contains mainly: blue. Hex color #553E83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #553E83 is #AAC17C. Grayscale: #4C4C4C. Windows color (decimal): -11190653 or 8601173. OLE color: 8601173.

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

Color convert

RGB8562131-
CMYK0.350.5300.49
HSL260º35.75%37.84%-
HSV(B)260º52.67%51.37%-
XYZ9.577.0222.32-
YUV76.74158.62133.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 62 (24.61% from 255) = 22.30%
BLUE value IS 131 (51.56% from 255) = 47.12%
R=30.58%
G=22.30%
B=47.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal85621310.350.5300.4926035.7537.84
Hex553E8323350311042426
Octal1257620343650614044446
Binary1010101111110100000111000111101010110001100000100100100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553E83; }

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

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

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

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

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

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

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

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