#5F4E7A

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

Shades of Gigas #5F4E7A

Tints of Gigas #5F4E7A

Color information

#5F4E7A (or 0x5F4E7A) is unknown color: approx Gigas. HEX triplet: 5F, 4E and 7A. RGB value is (95,78,122). Sum of RGB (Red+Green+Blue) = 95+78+122=295 (39% of max value = 765). Red value is 95 (37.5% from 255 or 32.20% from 295); Green value is 78 (30.86% from 255 or 26.44% from 295); Blue value is 122 (48.05% from 255 or 41.36% from 295); Max value from RGB is 122 - color contains mainly: blue. Hex color #5F4E7A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5F4E7A is #A0B185. Grayscale: #575757. Windows color (decimal): -10531206 or 8015455. OLE color: 8015455.

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

Color convert

RGB9578122-
CMYK0.220.3600.52
HSL263.18º22%39.22%-
HSV(B)263.18º36.07%47.84%-
XYZ10.969.2919.63-
YUV88.1147.13132.92-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.20%
GREEN value IS 78 (30.86% from 255) = 26.44%
BLUE value IS 122 (48.05% from 255) = 41.36%
R=32.20%
G=26.44%
B=41.36%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal95781220.220.3600.52263.182239.22
Hex5F4E7A16240341071627
Octal13711617226440644072647
Binary10111111001110111101010110100100011010010000011110110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4E7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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