#5F4A8D

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

Shades of Gigas #5F4A8D

Tints of Gigas #5F4A8D

Color information

#5F4A8D (or 0x5F4A8D) is unknown color: approx Gigas. HEX triplet: 5F, 4A and 8D. RGB value is (95,74,141). Sum of RGB (Red+Green+Blue) = 95+74+141=310 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.65% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 141 (55.47% from 255 or 45.48% from 310); Max value from RGB is 141 - color contains mainly: blue. Hex color #5F4A8D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4A8D is #A0B572. Grayscale: #575757. Windows color (decimal): -10532211 or 9259615. OLE color: 9259615.

HSL color Cylindrical-coordinate representation of color #5F4A8D: hue angle of 258.81º 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 #5F4A8D is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB9574141-
CMYK0.330.4800.45
HSL258.81º31.16%42.16%-
HSV(B)258.81º47.52%55.29%-
XYZ11.989.2526.35-
YUV87.92157.96133.05-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.65%
GREEN value IS 74 (29.30% from 255) = 23.87%
BLUE value IS 141 (55.47% from 255) = 45.48%
R=30.65%
G=23.87%
B=45.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95741410.330.4800.45258.8131.1642.16
Hex5F4A8D213002D1031f2a
Octal13711221541600554033752
Binary1011111100101010001101100001110000010110110000001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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