#5F4D7A

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

Shades of Gigas #5F4D7A

Tints of Gigas #5F4D7A

Color information

#5F4D7A (or 0x5F4D7A) is unknown color: approx Gigas. HEX triplet: 5F, 4D and 7A. RGB value is (95,77,122). Sum of RGB (Red+Green+Blue) = 95+77+122=294 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.31% from 294); Green value is 77 (30.47% from 255 or 26.19% from 294); Blue value is 122 (48.05% from 255 or 41.50% from 294); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F4D7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F4D7A is #A0B285. Grayscale: #575757. Windows color (decimal): -10531462 or 8015199. OLE color: 8015199.

HSL color Cylindrical-coordinate representation of color #5F4D7A: hue angle of 264º degrees, saturation: 0.23, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #5F4D7A is Cyan = 0.22, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB9577122-
CMYK0.220.3700.52
HSL264º22.61%39.02%-
HSV(B)264º36.89%47.84%-
XYZ10.899.1519.6-
YUV87.51147.46133.34-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.31%
GREEN value IS 77 (30.47% from 255) = 26.19%
BLUE value IS 122 (48.05% from 255) = 41.50%
R=32.31%
G=26.19%
B=41.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal95771220.220.3700.5226422.6139.02
Hex5F4D7A16250341081727
Octal13711517226450644102747
Binary10111111001101111101010110100101011010010000100010111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4D7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,77,122); }

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

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

 a { background-color: rgb(95,77,122); }

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

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

 span { border-color: rgb(95,77,122); }

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