#5A4889

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

Shades of Gigas #5A4889

Tints of Gigas #5A4889

Color information

#5A4889 (or 0x5A4889) is unknown color: approx Gigas. HEX triplet: 5A, 48 and 89. RGB value is (90,72,137). Sum of RGB (Red+Green+Blue) = 90+72+137=299 (39% of max value = 765). Red value is 90 (35.55% from 255 or 30.10% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 137 (53.91% from 255 or 45.82% from 299); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A4889 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5A4889 is #A5B776. Grayscale: #545454. Windows color (decimal): -10860407 or 8996954. OLE color: 8996954.

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

Color convert

RGB9072137-
CMYK0.340.4700.46
HSL256.62º31.1%40.98%-
HSV(B)256.62º47.45%53.73%-
XYZ11.058.6124.75-
YUV84.79157.46131.71-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 30.10%
GREEN value IS 72 (28.52% from 255) = 24.08%
BLUE value IS 137 (53.91% from 255) = 45.82%
R=30.10%
G=24.08%
B=45.82%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal90721370.340.4700.46256.6231.140.98
Hex5A4889222F02E1011f29
Octal13211021142570564013751
Binary1011010100100010001001100010101111010111010000000111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4889

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,72,137); }

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

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

 a { background-color: rgb(90,72,137); }

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

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

 span { border-color: rgb(90,72,137); }

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