#5C4A8E

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

Shades of Gigas #5C4A8E

Tints of Gigas #5C4A8E

Color information

#5C4A8E (or 0x5C4A8E) is unknown color: approx Gigas. HEX triplet: 5C, 4A and 8E. RGB value is (92,74,142). Sum of RGB (Red+Green+Blue) = 92+74+142=308 (40% of max value = 765). Red value is 92 (36.33% from 255 or 29.87% from 308); Green value is 74 (29.30% from 255 or 24.03% from 308); Blue value is 142 (55.86% from 255 or 46.10% from 308); Max value from RGB is 142 - color contains mainly: blue. Hex color #5C4A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4A8E is #A3B571. Grayscale: #565656. Windows color (decimal): -10728818 or 9325148. OLE color: 9325148.

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

Color convert

RGB9274142-
CMYK0.350.4800.44
HSL255.88º31.48%42.35%-
HSV(B)255.88º47.89%55.69%-
XYZ11.749.1326.73-
YUV87.13158.96131.47-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.87%
GREEN value IS 74 (29.30% from 255) = 24.03%
BLUE value IS 142 (55.86% from 255) = 46.10%
R=29.87%
G=24.03%
B=46.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92741420.350.4800.44255.8831.4842.35
Hex5C4A8E233002C1001f2a
Octal13411221643600544003752
Binary1011100100101010001110100011110000010110010000000011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4A8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(92,74,142); }

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

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

 a { background-color: rgb(92,74,142); }

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

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

 span { border-color: rgb(92,74,142); }

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