#5D487A

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

Shades of Gigas #5D487A

Tints of Gigas #5D487A

Color information

#5D487A (or 0x5D487A) is unknown color: approx Gigas. HEX triplet: 5D, 48 and 7A. RGB value is (93,72,122). Sum of RGB (Red+Green+Blue) = 93+72+122=287 (38% of max value = 765). Red value is 93 (36.72% from 255 or 32.40% from 287); Green value is 72 (28.52% from 255 or 25.09% from 287); Blue value is 122 (48.05% from 255 or 42.51% from 287); Max value from RGB is 122 - color contains mainly: blue. Hex color #5D487A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5D487A is #A2B785. Grayscale: #535353. Windows color (decimal): -10663814 or 8013917. OLE color: 8013917.

HSL color Cylindrical-coordinate representation of color #5D487A: hue angle of 265.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #5D487A is Cyan = 0.24, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9372122-
CMYK0.240.4100.52
HSL265.2º25.77%38.04%-
HSV(B)265.2º40.98%47.84%-
XYZ10.348.3719.48-
YUV83.98149.46134.43-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 32.40%
GREEN value IS 72 (28.52% from 255) = 25.09%
BLUE value IS 122 (48.05% from 255) = 42.51%
R=32.40%
G=25.09%
B=42.51%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal93721220.240.4100.52265.225.7738.04
Hex5D487A18290341091a26
Octal13511017230510644113246
Binary10111011001000111101011000101001011010010000100111010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,72,122); }

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

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

 a { background-color: rgb(93,72,122); }

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

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

 span { border-color: rgb(93,72,122); }

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