#5A4B98

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

Shades of Gigas #5A4B98

Tints of Gigas #5A4B98

Color information

#5A4B98 (or 0x5A4B98) is unknown color: approx Gigas. HEX triplet: 5A, 4B and 98. RGB value is (90,75,152). Sum of RGB (Red+Green+Blue) = 90+75+152=317 (41% of max value = 765). Red value is 90 (35.55% from 255 or 28.39% from 317); Green value is 75 (29.69% from 255 or 23.66% from 317); Blue value is 152 (59.77% from 255 or 47.95% from 317); Max value from RGB is 152 - color contains mainly: blue. Hex color #5A4B98 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4B98 is #A5B467. Grayscale: #575757. Windows color (decimal): -10859624 or 9980762. OLE color: 9980762.

HSL color Cylindrical-coordinate representation of color #5A4B98: hue angle of 251.69º degrees, saturation: 0.34, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5A4B98 is Cyan = 0.41, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9075152-
CMYK0.410.5100.40
HSL251.69º33.92%44.51%-
HSV(B)251.69º50.66%59.61%-
XYZ12.49.4730.88-
YUV88.26163.97129.24-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 28.39%
GREEN value IS 75 (29.69% from 255) = 23.66%
BLUE value IS 152 (59.77% from 255) = 47.95%
R=28.39%
G=23.66%
B=47.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal90751520.410.5100.40251.6933.9244.51
Hex5A4B982933028fc222d
Octal13211323051630503744255
Binary1011010100101110011000101001110011010100011111100100010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,75,152); }

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

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

 a { background-color: rgb(90,75,152); }

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

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

 span { border-color: rgb(90,75,152); }

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