#5D4683

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

Shades of Gigas #5D4683

Tints of Gigas #5D4683

Color information

#5D4683 (or 0x5D4683) is unknown color: approx Gigas. HEX triplet: 5D, 46 and 83. RGB value is (93,70,131). Sum of RGB (Red+Green+Blue) = 93+70+131=294 (38% of max value = 765). Red value is 93 (36.72% from 255 or 31.63% from 294); Green value is 70 (27.73% from 255 or 23.81% from 294); Blue value is 131 (51.56% from 255 or 44.56% from 294); Max value from RGB is 131 - color contains mainly: blue. Hex color #5D4683 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5D4683 is #A2B97C. Grayscale: #535353. Windows color (decimal): -10664317 or 8603229. OLE color: 8603229.

HSL color Cylindrical-coordinate representation of color #5D4683: hue angle of 262.62º degrees, saturation: 0.3, 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 #5D4683 is Cyan = 0.29, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9370131-
CMYK0.290.4700.49
HSL262.62º30.35%39.41%-
HSV(B)262.62º46.56%51.37%-
XYZ10.88.3522.51-
YUV83.83154.62134.54-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 31.63%
GREEN value IS 70 (27.73% from 255) = 23.81%
BLUE value IS 131 (51.56% from 255) = 44.56%
R=31.63%
G=23.81%
B=44.56%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal93701310.290.4700.49262.6230.3539.41
Hex5D46831D2F0311071e27
Octal13510620335570614073647
Binary101110110001101000001111101101111011000110000011111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D4683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,70,131); }

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

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

 a { background-color: rgb(93,70,131); }

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

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

 span { border-color: rgb(93,70,131); }

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