#5C4C8E

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

Shades of Gigas #5C4C8E

Tints of Gigas #5C4C8E

Color information

#5C4C8E (or 0x5C4C8E) is unknown color: approx Gigas. HEX triplet: 5C, 4C and 8E. RGB value is (92,76,142). Sum of RGB (Red+Green+Blue) = 92+76+142=310 (41% of max value = 765). Red value is 92 (36.33% from 255 or 29.68% from 310); Green value is 76 (30.08% from 255 or 24.52% from 310); Blue value is 142 (55.86% from 255 or 45.81% from 310); Max value from RGB is 142 - color contains mainly: blue. Hex color #5C4C8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5C4C8E is #A3B371. Grayscale: #585858. Windows color (decimal): -10728306 or 9325660. OLE color: 9325660.

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

Color convert

RGB9276142-
CMYK0.350.4600.44
HSL254.55º30.28%42.75%-
HSV(B)254.55º46.48%55.69%-
XYZ11.889.426.78-
YUV88.31158.3130.63-

RGB Variations

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

RGB

RED value IS 92 (36.33% from 255) = 29.68%
GREEN value IS 76 (30.08% from 255) = 24.52%
BLUE value IS 142 (55.86% from 255) = 45.81%
R=29.68%
G=24.52%
B=45.81%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal92761420.350.4600.44254.5530.2842.75
Hex5C4C8E232E02Cff1e2b
Octal13411421643560543773653
Binary101110010011001000111010001110111001011001111111111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5C4C8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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