#5F4A83

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

Shades of Gigas #5F4A83

Tints of Gigas #5F4A83

Color information

#5F4A83 (or 0x5F4A83) is unknown color: approx Gigas. HEX triplet: 5F, 4A and 83. RGB value is (95,74,131). Sum of RGB (Red+Green+Blue) = 95+74+131=300 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.67% from 300); Green value is 74 (29.30% from 255 or 24.67% from 300); Blue value is 131 (51.56% from 255 or 43.67% from 300); Max value from RGB is 131 - color contains mainly: blue. Hex color #5F4A83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4A83 is #A0B57C. Grayscale: #565656. Windows color (decimal): -10532221 or 8604255. OLE color: 8604255.

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

Color convert

RGB9574131-
CMYK0.270.4400.49
HSL262.11º27.8%40.2%-
HSV(B)262.11º43.51%51.37%-
XYZ11.268.9722.61-
YUV86.78152.96133.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.67%
GREEN value IS 74 (29.30% from 255) = 24.67%
BLUE value IS 131 (51.56% from 255) = 43.67%
R=31.67%
G=24.67%
B=43.67%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal95741310.270.4400.49262.1127.840.2
Hex5F4A831B2C0311061c28
Octal13711220333540614063450
Binary101111110010101000001111011101100011000110000011011100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,74,131); }

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

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

 a { background-color: rgb(95,74,131); }

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

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

 span { border-color: rgb(95,74,131); }

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