#5F4A8C

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

Shades of Gigas #5F4A8C

Tints of Gigas #5F4A8C

Color information

#5F4A8C (or 0x5F4A8C) is unknown color: approx Gigas. HEX triplet: 5F, 4A and 8C. RGB value is (95,74,140). Sum of RGB (Red+Green+Blue) = 95+74+140=309 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.74% from 309); Green value is 74 (29.30% from 255 or 23.95% from 309); Blue value is 140 (55.08% from 255 or 45.31% from 309); Max value from RGB is 140 - color contains mainly: blue. Hex color #5F4A8C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4A8C is #A0B573. Grayscale: #575757. Windows color (decimal): -10532212 or 9194079. OLE color: 9194079.

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

Color convert

RGB9574140-
CMYK0.320.4700.45
HSL259.09º30.84%41.96%-
HSV(B)259.09º47.14%54.9%-
XYZ11.99.2225.96-
YUV87.8157.46133.13-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.74%
GREEN value IS 74 (29.30% from 255) = 23.95%
BLUE value IS 140 (55.08% from 255) = 45.31%
R=30.74%
G=23.95%
B=45.31%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal95741400.320.4700.45259.0930.8441.96
Hex5F4A8C202F02D1031f2a
Octal13711221440570554033752
Binary1011111100101010001100100000101111010110110000001111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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