#5C4988

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

Shades of Gigas #5C4988

Tints of Gigas #5C4988

Color information

#5C4988 (or 0x5C4988) is unknown color: approx Gigas. HEX triplet: 5C, 49 and 88. RGB value is (92,73,136). Sum of RGB (Red+Green+Blue) = 92+73+136=301 (39% of max value = 765). Red value is 92 (36.33% from 255 or 30.56% from 301); Green value is 73 (28.91% from 255 or 24.25% from 301); Blue value is 136 (53.52% from 255 or 45.18% from 301); Max value from RGB is 136 - color contains mainly: blue. Hex color #5C4988 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4988 is #A3B677. Grayscale: #555555. Windows color (decimal): -10729080 or 8931676. OLE color: 8931676.

HSL color Cylindrical-coordinate representation of color #5C4988: hue angle of 258.1º degrees, saturation: 0.3, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5C4988 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9273136-
CMYK0.320.4600.47
HSL258.1º30.14%40.98%-
HSV(B)258.1º46.32%53.33%-
XYZ11.248.8224.4-
YUV85.86156.29132.38-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 30.56%
GREEN value IS 73 (28.91% from 255) = 24.25%
BLUE value IS 136 (53.52% from 255) = 45.18%
R=30.56%
G=24.25%
B=45.18%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal92731360.320.4600.47258.130.1440.98
Hex5C4988202E02F1021e29
Octal13411121040560574023651
Binary1011100100100110001000100000101110010111110000001011110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4988

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5C4988; }

 p { color: rgb(92,73,136); }

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

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

 a { background-color: rgb(92,73,136); }

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

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

 span { border-color: rgb(92,73,136); }

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