#5F4883

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

Shades of Gigas #5F4883

Tints of Gigas #5F4883

Color information

#5F4883 (or 0x5F4883) is unknown color: approx Gigas. HEX triplet: 5F, 48 and 83. RGB value is (95,72,131). Sum of RGB (Red+Green+Blue) = 95+72+131=298 (39% of max value = 765). Red value is 95 (37.5% from 255 or 31.88% from 298); Green value is 72 (28.52% from 255 or 24.16% from 298); Blue value is 131 (51.56% from 255 or 43.96% from 298); Max value from RGB is 131 - color contains mainly: blue. Hex color #5F4883 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5F4883 is #A0B77C. Grayscale: #555555. Windows color (decimal): -10532733 or 8603743. OLE color: 8603743.

HSL color Cylindrical-coordinate representation of color #5F4883: hue angle of 263.39º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5F4883 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB9572131-
CMYK0.270.4500.49
HSL263.39º29.06%39.8%-
HSV(B)263.39º45.04%51.37%-
XYZ11.138.7122.57-
YUV85.6153.62134.7-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 31.88%
GREEN value IS 72 (28.52% from 255) = 24.16%
BLUE value IS 131 (51.56% from 255) = 43.96%
R=31.88%
G=24.16%
B=43.96%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal95721310.270.4500.49263.3929.0639.8
Hex5F48831B2D0311071d28
Octal13711020333550614073550
Binary101111110010001000001111011101101011000110000011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4883

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,72,131); }

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

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

 a { background-color: rgb(95,72,131); }

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

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

 span { border-color: rgb(95,72,131); }

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