#5F4E87

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

Shades of Gigas #5F4E87

Tints of Gigas #5F4E87

Color information

#5F4E87 (or 0x5F4E87) is unknown color: approx Gigas. HEX triplet: 5F, 4E and 87. RGB value is (95,78,135). Sum of RGB (Red+Green+Blue) = 95+78+135=308 (40% of max value = 765). Red value is 95 (37.5% from 255 or 30.84% from 308); Green value is 78 (30.86% from 255 or 25.32% from 308); Blue value is 135 (53.12% from 255 or 43.83% from 308); Max value from RGB is 135 - color contains mainly: blue. Hex color #5F4E87 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5F4E87 is #A0B178. Grayscale: #595959. Windows color (decimal): -10531193 or 8867423. OLE color: 8867423.

HSL color Cylindrical-coordinate representation of color #5F4E87: hue angle of 257.89º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #5F4E87 is Cyan = 0.30, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB9578135-
CMYK0.300.4200.47
HSL257.89º26.76%41.76%-
HSV(B)257.89º42.22%52.94%-
XYZ11.829.6324.16-
YUV89.58153.63131.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.84%
GREEN value IS 78 (30.86% from 255) = 25.32%
BLUE value IS 135 (53.12% from 255) = 43.83%
R=30.84%
G=25.32%
B=43.83%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal95781350.300.4200.47257.8926.7641.76
Hex5F4E871E2A02F1021b2a
Octal13711620736520574023352
Binary101111110011101000011111110101010010111110000001011011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4E87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,78,135); }

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

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

 a { background-color: rgb(95,78,135); }

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

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

 span { border-color: rgb(95,78,135); }

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