#5A467A

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

Shades of Gigas #5A467A

Tints of Gigas #5A467A

Color information

#5A467A (or 0x5A467A) is unknown color: approx Gigas. HEX triplet: 5A, 46 and 7A. RGB value is (90,70,122). Sum of RGB (Red+Green+Blue) = 90+70+122=282 (37% of max value = 765). Red value is 90 (35.55% from 255 or 31.91% from 282); Green value is 70 (27.73% from 255 or 24.82% from 282); Blue value is 122 (48.05% from 255 or 43.26% from 282); Max value from RGB is 122 - color contains mainly: blue. Hex color #5A467A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5A467A is #A5B985. Grayscale: #515151. Windows color (decimal): -10860934 or 8013402. OLE color: 8013402.

HSL color Cylindrical-coordinate representation of color #5A467A: hue angle of 263.08º 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 #5A467A is Cyan = 0.26, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9070122-
CMYK0.260.4300.52
HSL263.08º27.08%37.65%-
HSV(B)263.08º42.62%47.84%-
XYZ9.927.9619.43-
YUV81.91150.63133.77-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 31.91%
GREEN value IS 70 (27.73% from 255) = 24.82%
BLUE value IS 122 (48.05% from 255) = 43.26%
R=31.91%
G=24.82%
B=43.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal90701220.260.4300.52263.0827.0837.65
Hex5A467A1A2B0341071b26
Octal13210617232530644073346
Binary10110101000110111101011010101011011010010000011111011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A467A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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