#5F4B8E

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

Shades of Gigas #5F4B8E

Tints of Gigas #5F4B8E

Color information

#5F4B8E (or 0x5F4B8E) is unknown color: approx Gigas. HEX triplet: 5F, 4B and 8E. RGB value is (95,75,142). Sum of RGB (Red+Green+Blue) = 95+75+142=312 (41% of max value = 765). Red value is 95 (37.5% from 255 or 30.45% from 312); Green value is 75 (29.69% from 255 or 24.04% from 312); Blue value is 142 (55.86% from 255 or 45.51% from 312); Max value from RGB is 142 - color contains mainly: blue. Hex color #5F4B8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4B8E is #A0B471. Grayscale: #585858. Windows color (decimal): -10531954 or 9325407. OLE color: 9325407.

HSL color Cylindrical-coordinate representation of color #5F4B8E: hue angle of 257.91º degrees, saturation: 0.31, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5F4B8E is Cyan = 0.33, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB9575142-
CMYK0.330.4700.44
HSL257.91º30.88%42.55%-
HSV(B)257.91º47.18%55.69%-
XYZ12.129.4226.77-
YUV88.62158.13132.55-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 30.45%
GREEN value IS 75 (29.69% from 255) = 24.04%
BLUE value IS 142 (55.86% from 255) = 45.51%
R=30.45%
G=24.04%
B=45.51%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal95751420.330.4700.44257.9130.8842.55
Hex5F4B8E212F02C1021f2b
Octal13711321641570544023753
Binary1011111100101110001110100001101111010110010000001011111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4B8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,75,142); }

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

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

 a { background-color: rgb(95,75,142); }

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

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

 span { border-color: rgb(95,75,142); }

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