#524386

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

Shades of Gigas #524386

Tints of Gigas #524386

Color information

#524386 (or 0x524386) is unknown color: approx Gigas. HEX triplet: 52, 43 and 86. RGB value is (82,67,134). Sum of RGB (Red+Green+Blue) = 82+67+134=283 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.98% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 134 (52.73% from 255 or 47.35% from 283); Max value from RGB is 134 - color contains mainly: blue. Hex color #524386 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524386 is #ADBC79. Grayscale: #4E4E4E. Windows color (decimal): -11385978 or 8799058. OLE color: 8799058.

HSL color Cylindrical-coordinate representation of color #524386: hue angle of 253.43º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #524386 is Cyan = 0.39, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8267134-
CMYK0.390.500.47
HSL253.43º33.33%39.41%-
HSV(B)253.43º50%52.55%-
XYZ9.797.5323.49-
YUV79.12158.97130.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.98%
GREEN value IS 67 (26.56% from 255) = 23.67%
BLUE value IS 134 (52.73% from 255) = 47.35%
R=28.98%
G=23.67%
B=47.35%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal82671340.390.500.47253.4333.3339.41
Hex524386273202Ffd2127
Octal12210320647620573754147
Binary1010010100001110000110100111110010010111111111101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524386; }

 p { color: rgb(82,67,134); }

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

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

 a { background-color: rgb(82,67,134); }

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

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

 span { border-color: rgb(82,67,134); }

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