#5B4882

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

Shades of Gigas #5B4882

Tints of Gigas #5B4882

Color information

#5B4882 (or 0x5B4882) is unknown color: approx Gigas. HEX triplet: 5B, 48 and 82. RGB value is (91,72,130). Sum of RGB (Red+Green+Blue) = 91+72+130=293 (38% of max value = 765). Red value is 91 (35.94% from 255 or 31.06% from 293); Green value is 72 (28.52% from 255 or 24.57% from 293); Blue value is 130 (51.17% from 255 or 44.37% from 293); Max value from RGB is 130 - color contains mainly: blue. Hex color #5B4882 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B4882 is #A4B77D. Grayscale: #545454. Windows color (decimal): -10794878 or 8538203. OLE color: 8538203.

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

Color convert

RGB9172130-
CMYK0.300.4500.49
HSL259.66º28.71%39.61%-
HSV(B)259.66º44.62%50.98%-
XYZ10.668.4722.19-
YUV84.29153.79132.78-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 31.06%
GREEN value IS 72 (28.52% from 255) = 24.57%
BLUE value IS 130 (51.17% from 255) = 44.37%
R=31.06%
G=24.57%
B=44.37%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal91721300.300.4500.49259.6628.7139.61
Hex5B48821E2D0311041d28
Octal13311020236550614043550
Binary101101110010001000001011110101101011000110000010011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B4882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,72,130); }

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

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

 a { background-color: rgb(91,72,130); }

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

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

 span { border-color: rgb(91,72,130); }

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