#5F4A7C

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

Shades of Gigas #5F4A7C

Tints of Gigas #5F4A7C

Color information

#5F4A7C (or 0x5F4A7C) is unknown color: approx Gigas. HEX triplet: 5F, 4A and 7C. RGB value is (95,74,124). Sum of RGB (Red+Green+Blue) = 95+74+124=293 (38% of max value = 765). Red value is 95 (37.5% from 255 or 32.42% from 293); Green value is 74 (29.30% from 255 or 25.26% from 293); Blue value is 124 (48.83% from 255 or 42.32% from 293); Max value from RGB is 124 - color contains mainly: blue. Hex color #5F4A7C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #5F4A7C is #A0B583. Grayscale: #555555. Windows color (decimal): -10532228 or 8145503. OLE color: 8145503.

HSL color Cylindrical-coordinate representation of color #5F4A7C: hue angle of 265.2º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #5F4A7C is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB9574124-
CMYK0.230.4000.51
HSL265.2º25.25%38.82%-
HSV(B)265.2º40.32%48.63%-
XYZ10.818.7920.2-
YUV85.98149.46134.43-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 32.42%
GREEN value IS 74 (29.30% from 255) = 25.26%
BLUE value IS 124 (48.83% from 255) = 42.32%
R=32.42%
G=25.26%
B=42.32%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal95741240.230.4000.51265.225.2538.82
Hex5F4A7C17280331091927
Octal13711217427500634113147
Binary10111111001010111110010111101000011001110000100111001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4A7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,74,124); }

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

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

 a { background-color: rgb(95,74,124); }

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

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

 span { border-color: rgb(95,74,124); }

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