#5B4A96

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

Shades of Gigas #5B4A96

Tints of Gigas #5B4A96

Color information

#5B4A96 (or 0x5B4A96) is unknown color: approx Gigas. HEX triplet: 5B, 4A and 96. RGB value is (91,74,150). Sum of RGB (Red+Green+Blue) = 91+74+150=315 (41% of max value = 765). Red value is 91 (35.94% from 255 or 28.89% from 315); Green value is 74 (29.30% from 255 or 23.49% from 315); Blue value is 150 (58.98% from 255 or 47.62% from 315); Max value from RGB is 150 - color contains mainly: blue. Hex color #5B4A96 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4A96 is #A4B569. Grayscale: #575757. Windows color (decimal): -10794346 or 9849435. OLE color: 9849435.

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

Color convert

RGB9174150-
CMYK0.390.5100.41
HSL253.42º33.93%43.92%-
HSV(B)253.42º50.67%58.82%-
XYZ12.279.3230.01-
YUV87.75163.13130.32-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 28.89%
GREEN value IS 74 (29.30% from 255) = 23.49%
BLUE value IS 150 (58.98% from 255) = 47.62%
R=28.89%
G=23.49%
B=47.62%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal91741500.390.5100.41253.4233.9343.92
Hex5B4A962733029fd222c
Octal13311222647630513754254
Binary1011011100101010010110100111110011010100111111101100010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4A96

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,74,150); }

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

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

 a { background-color: rgb(91,74,150); }

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

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

 span { border-color: rgb(91,74,150); }

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