#5B4A83

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

Shades of Gigas #5B4A83

Tints of Gigas #5B4A83

Color information

#5B4A83 (or 0x5B4A83) is unknown color: approx Gigas. HEX triplet: 5B, 4A and 83. RGB value is (91,74,131). Sum of RGB (Red+Green+Blue) = 91+74+131=296 (39% of max value = 765). Red value is 91 (35.94% from 255 or 30.74% from 296); Green value is 74 (29.30% from 255 or 25% from 296); Blue value is 131 (51.56% from 255 or 44.26% from 296); Max value from RGB is 131 - color contains mainly: blue. Hex color #5B4A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4A83 is #A4B57C. Grayscale: #555555. Windows color (decimal): -10794365 or 8604251. OLE color: 8604251.

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

Color convert

RGB9174131-
CMYK0.310.4400.49
HSL257.89º27.8%40.2%-
HSV(B)257.89º43.51%51.37%-
XYZ10.868.7622.59-
YUV85.58153.63131.87-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 30.74%
GREEN value IS 74 (29.30% from 255) = 25%
BLUE value IS 131 (51.56% from 255) = 44.26%
R=30.74%
G=25%
B=44.26%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91741310.310.4400.49257.8927.840.2
Hex5B4A831F2C0311021c28
Octal13311220337540614023450
Binary101101110010101000001111111101100011000110000001011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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