#5A4875

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

Shades of Gigas #5A4875

Tints of Gigas #5A4875

Color information

#5A4875 (or 0x5A4875) is unknown color: approx Gigas. HEX triplet: 5A, 48 and 75. RGB value is (90,72,117). Sum of RGB (Red+Green+Blue) = 90+72+117=279 (36% of max value = 765). Red value is 90 (35.55% from 255 or 32.26% from 279); Green value is 72 (28.52% from 255 or 25.81% from 279); Blue value is 117 (46.09% from 255 or 41.94% from 279); Max value from RGB is 117 - color contains mainly: blue. Hex color #5A4875 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A4875 is #A5B78A. Grayscale: #525252. Windows color (decimal): -10860427 or 7686234. OLE color: 7686234.

HSL color Cylindrical-coordinate representation of color #5A4875: hue angle of 264º degrees, saturation: 0.24, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #5A4875 is Cyan = 0.23, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB9072117-
CMYK0.230.3800.54
HSL264º23.81%37.06%-
HSV(B)264º38.46%45.88%-
XYZ9.748.0917.88-
YUV82.51147.46133.34-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 32.26%
GREEN value IS 72 (28.52% from 255) = 25.81%
BLUE value IS 117 (46.09% from 255) = 41.94%
R=32.26%
G=25.81%
B=41.94%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal90721170.230.3800.5426423.8137.06
Hex5A487517260361081825
Octal13211016527460664103045
Binary10110101001000111010110111100110011011010000100011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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