#5B4583

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

Shades of Gigas #5B4583

Tints of Gigas #5B4583

Color information

#5B4583 (or 0x5B4583) is unknown color: approx Gigas. HEX triplet: 5B, 45 and 83. RGB value is (91,69,131). Sum of RGB (Red+Green+Blue) = 91+69+131=291 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.27% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 131 (51.56% from 255 or 45.02% from 291); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B4583 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4583 is #A4BA7C. Grayscale: #525252. Windows color (decimal): -10795645 or 8602971. OLE color: 8602971.

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

Color convert

RGB9169131-
CMYK0.310.4700.49
HSL261.29º31%39.22%-
HSV(B)261.29º47.33%51.37%-
XYZ10.548.1222.48-
YUV82.65155.29133.96-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.27%
GREEN value IS 69 (27.34% from 255) = 23.71%
BLUE value IS 131 (51.56% from 255) = 45.02%
R=31.27%
G=23.71%
B=45.02%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91691310.310.4700.49261.293139.22
Hex5B45831F2F0311051f27
Octal13310520337570614053747
Binary101101110001011000001111111101111011000110000010111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4583

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,69,131); }

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

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

 a { background-color: rgb(91,69,131); }

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

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

 span { border-color: rgb(91,69,131); }

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