#5B4785

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

Shades of Gigas #5B4785

Tints of Gigas #5B4785

Color information

#5B4785 (or 0x5B4785) is unknown color: approx Gigas. HEX triplet: 5B, 47 and 85. RGB value is (91,71,133). Sum of RGB (Red+Green+Blue) = 91+71+133=295 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.85% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 133 (52.34% from 255 or 45.08% from 295); Max value from RGB is 133 - color contains mainly: blue. Hex color #5B4785 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4785 is #A4B87A. Grayscale: #535353. Windows color (decimal): -10795131 or 8734555. OLE color: 8734555.

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

Color convert

RGB9171133-
CMYK0.320.4700.48
HSL259.35º30.39%40%-
HSV(B)259.35º46.62%52.16%-
XYZ10.88.4223.25-
YUV84.05155.63132.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.85%
GREEN value IS 71 (28.12% from 255) = 24.07%
BLUE value IS 133 (52.34% from 255) = 45.08%
R=30.85%
G=24.07%
B=45.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal91711330.320.4700.48259.3530.3940
Hex5B4785202F0301031e28
Octal13310720540570604033650
Binary1011011100011110000101100000101111011000010000001111110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4785

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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