#5B4786

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

Shades of Gigas #5B4786

Tints of Gigas #5B4786

Color information

#5B4786 (or 0x5B4786) is unknown color: approx Gigas. HEX triplet: 5B, 47 and 86. RGB value is (91,71,134). Sum of RGB (Red+Green+Blue) = 91+71+134=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 134 (52.73% from 255 or 45.27% from 296); Max value from RGB is 134 - color contains mainly: blue. Hex color #5B4786 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4786 is #A4B879. Grayscale: #535353. Windows color (decimal): -10795130 or 8800091. OLE color: 8800091.

HSL color Cylindrical-coordinate representation of color #5B4786: hue angle of 259.05º degrees, saturation: 0.31, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5B4786 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9171134-
CMYK0.320.4700.47
HSL259.05º30.73%40.2%-
HSV(B)259.05º47.01%52.55%-
XYZ10.878.4523.61-
YUV84.16156.13132.88-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.74%
GREEN value IS 71 (28.12% from 255) = 23.99%
BLUE value IS 134 (52.73% from 255) = 45.27%
R=30.74%
G=23.99%
B=45.27%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal91711340.320.4700.47259.0530.7340.2
Hex5B4786202F02F1031f28
Octal13310720640570574033750
Binary1011011100011110000110100000101111010111110000001111111101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4786

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,71,134); }

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

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

 a { background-color: rgb(91,71,134); }

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

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

 span { border-color: rgb(91,71,134); }

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