#52408A

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

Shades of Gigas #52408A

Tints of Gigas #52408A

Color information

#52408A (or 0x52408A) is unknown color: approx Gigas. HEX triplet: 52, 40 and 8A. RGB value is (82,64,138). Sum of RGB (Red+Green+Blue) = 82+64+138=284 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.87% from 284); Green value is 64 (25.39% from 255 or 22.54% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #52408A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52408A is #ADBF75. Grayscale: #4D4D4D. Windows color (decimal): -11386742 or 9060434. OLE color: 9060434.

HSL color Cylindrical-coordinate representation of color #52408A: hue angle of 254.59º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #52408A is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8264138-
CMYK0.410.5400.46
HSL254.59º36.63%39.61%-
HSV(B)254.59º53.62%54.12%-
XYZ9.97.324.93-
YUV77.82161.96130.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.87%
GREEN value IS 64 (25.39% from 255) = 22.54%
BLUE value IS 138 (54.30% from 255) = 48.59%
R=28.87%
G=22.54%
B=48.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal82641380.410.5400.46254.5936.6339.61
Hex52408A293602Eff2528
Octal12210021251660563774550
Binary1010010100000010001010101001110110010111011111111100101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52408A; }

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

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

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

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

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

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

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

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