#5A467B

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

Shades of Gigas #5A467B

Tints of Gigas #5A467B

Color information

#5A467B (or 0x5A467B) is unknown color: approx Gigas. HEX triplet: 5A, 46 and 7B. RGB value is (90,70,123). Sum of RGB (Red+Green+Blue) = 90+70+123=283 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.80% from 283); Green value is 70 (27.73% from 255 or 24.73% from 283); Blue value is 123 (48.44% from 255 or 43.46% from 283); Max value from RGB is 123 - color contains mainly: blue. Hex color #5A467B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A467B is #A5B984. Grayscale: #515151. Windows color (decimal): -10860933 or 8078938. OLE color: 8078938.

HSL color Cylindrical-coordinate representation of color #5A467B: hue angle of 262.64º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #5A467B is Cyan = 0.27, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9070123-
CMYK0.270.4300.52
HSL262.64º27.46%37.84%-
HSV(B)262.64º43.09%48.24%-
XYZ9.987.9819.75-
YUV82.02151.13133.69-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.80%
GREEN value IS 70 (27.73% from 255) = 24.73%
BLUE value IS 123 (48.44% from 255) = 43.46%
R=31.80%
G=24.73%
B=43.46%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90701230.270.4300.52262.6427.4637.84
Hex5A467B1B2B0341071b26
Octal13210617333530644073346
Binary10110101000110111101111011101011011010010000011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A467B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,70,123); }

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

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

 a { background-color: rgb(90,70,123); }

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

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

 span { border-color: rgb(90,70,123); }

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