#524085

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

Shades of Gigas #524085

Tints of Gigas #524085

Color information

#524085 (or 0x524085) is unknown color: approx Gigas. HEX triplet: 52, 40 and 85. RGB value is (82,64,133). Sum of RGB (Red+Green+Blue) = 82+64+133=279 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.39% from 279); Green value is 64 (25.39% from 255 or 22.94% from 279); Blue value is 133 (52.34% from 255 or 47.67% from 279); Max value from RGB is 133 - color contains mainly: blue. Hex color #524085 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #524085 is #ADBF7A. Grayscale: #4C4C4C. Windows color (decimal): -11386747 or 8732754. OLE color: 8732754.

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

Color convert

RGB8264133-
CMYK0.380.5200.48
HSL255.65º35.03%38.63%-
HSV(B)255.65º51.88%52.16%-
XYZ9.557.1523.07-
YUV77.25159.46131.39-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.39%
GREEN value IS 64 (25.39% from 255) = 22.94%
BLUE value IS 133 (52.34% from 255) = 47.67%
R=29.39%
G=22.94%
B=47.67%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal82641330.380.5200.48255.6535.0338.63
Hex52408526340301002327
Octal12210020546640604004347
Binary10100101000000100001011001101101000110000100000000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #524085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #524085; }

 p { color: rgb(82,64,133); }

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

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

 a { background-color: rgb(82,64,133); }

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

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

 span { border-color: rgb(82,64,133); }

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