#5C498F

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

Shades of Gigas #5C498F

Tints of Gigas #5C498F

Color information

#5C498F (or 0x5C498F) is unknown color: approx Gigas. HEX triplet: 5C, 49 and 8F. RGB value is (92,73,143). Sum of RGB (Red+Green+Blue) = 92+73+143=308 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.87% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 143 (56.25% from 255 or 46.43% from 308); Max value from RGB is 143 - color contains mainly: blue. Hex color #5C498F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C498F is #A3B670. Grayscale: #565656. Windows color (decimal): -10729073 or 9390428. OLE color: 9390428.

HSL color Cylindrical-coordinate representation of color #5C498F: hue angle of 256.29º degrees, saturation: 0.32, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5C498F is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9273143-
CMYK0.360.4900.44
HSL256.29º32.41%42.35%-
HSV(B)256.29º48.95%56.08%-
XYZ11.759.0227.11-
YUV86.66159.79131.81-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.87%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 143 (56.25% from 255) = 46.43%
R=29.87%
G=23.70%
B=46.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92731430.360.4900.44256.2932.4142.35
Hex5C498F243102C100202a
Octal13411121744610544004052
Binary10111001001001100011111001001100010101100100000000100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C498F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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