#5D498B

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

Shades of Gigas #5D498B

Tints of Gigas #5D498B

Color information

#5D498B (or 0x5D498B) is unknown color: approx Gigas. HEX triplet: 5D, 49 and 8B. RGB value is (93,73,139). Sum of RGB (Red+Green+Blue) = 93+73+139=305 (40% of max value = 765). Red value is 93 (36.72% from 255 or 30.49% from 305); Green value is 73 (28.91% from 255 or 23.93% from 305); Blue value is 139 (54.69% from 255 or 45.57% from 305); Max value from RGB is 139 - color contains mainly: blue. Hex color #5D498B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D498B is #A2B674. Grayscale: #565656. Windows color (decimal): -10663541 or 9128285. OLE color: 9128285.

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

Color convert

RGB9373139-
CMYK0.330.4700.45
HSL258.18º31.13%41.57%-
HSV(B)258.18º47.48%54.51%-
XYZ11.568.9625.55-
YUV86.5157.63132.63-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 30.49%
GREEN value IS 73 (28.91% from 255) = 23.93%
BLUE value IS 139 (54.69% from 255) = 45.57%
R=30.49%
G=23.93%
B=45.57%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal93731390.330.4700.45258.1831.1341.57
Hex5D498B212F02D1021f2a
Octal13511121341570554023752
Binary1011101100100110001011100001101111010110110000001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D498B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,73,139); }

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

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

 a { background-color: rgb(93,73,139); }

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

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

 span { border-color: rgb(93,73,139); }

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