#5B498C

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

Shades of Gigas #5B498C

Tints of Gigas #5B498C

Color information

#5B498C (or 0x5B498C) is unknown color: approx Gigas. HEX triplet: 5B, 49 and 8C. RGB value is (91,73,140). Sum of RGB (Red+Green+Blue) = 91+73+140=304 (40% of max value = 765). Red value is 91 (35.94% from 255 or 29.93% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 140 (55.08% from 255 or 46.05% from 304); Max value from RGB is 140 - color contains mainly: blue. Hex color #5B498C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5B498C is #A4B673. Grayscale: #555555. Windows color (decimal): -10794612 or 9193819. OLE color: 9193819.

HSL color Cylindrical-coordinate representation of color #5B498C: hue angle of 256.12º degrees, saturation: 0.31, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5B498C is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9173140-
CMYK0.350.4800.45
HSL256.12º31.46%41.76%-
HSV(B)256.12º47.86%54.9%-
XYZ11.438.8825.92-
YUV86.02158.46131.55-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 29.93%
GREEN value IS 73 (28.91% from 255) = 24.01%
BLUE value IS 140 (55.08% from 255) = 46.05%
R=29.93%
G=24.01%
B=46.05%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal91731400.350.4800.45256.1231.4641.76
Hex5B498C233002D1001f2a
Octal13311121443600554003752
Binary1011011100100110001100100011110000010110110000000011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B498C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(91,73,140); }

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

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

 a { background-color: rgb(91,73,140); }

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

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

 span { border-color: rgb(91,73,140); }

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