#52468C

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

Shades of Gigas #52468C

Tints of Gigas #52468C

Color information

#52468C (or 0x52468C) is unknown color: approx Gigas. HEX triplet: 52, 46 and 8C. RGB value is (82,70,140). Sum of RGB (Red+Green+Blue) = 82+70+140=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 70 (27.73% from 255 or 23.97% from 292); Blue value is 140 (55.08% from 255 or 47.95% from 292); Max value from RGB is 140 - color contains mainly: blue. Hex color #52468C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52468C is #ADB973. Grayscale: #515151. Windows color (decimal): -11385204 or 9193042. OLE color: 9193042.

HSL color Cylindrical-coordinate representation of color #52468C: hue angle of 250.29º degrees, saturation: 0.33, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #52468C is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8270140-
CMYK0.410.5000.45
HSL250.29º33.33%41.18%-
HSV(B)250.29º50%54.9%-
XYZ10.48.0725.82-
YUV81.57160.98128.31-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 70 (27.73% from 255) = 23.97%
BLUE value IS 140 (55.08% from 255) = 47.95%
R=28.08%
G=23.97%
B=47.95%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82701400.410.5000.45250.2933.3341.18
Hex52468C293202Dfa2129
Octal12210621451620553724151
Binary1010010100011010001100101001110010010110111111010100001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52468C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52468C; }

 p { color: rgb(82,70,140); }

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

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

 a { background-color: rgb(82,70,140); }

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

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

 span { border-color: rgb(82,70,140); }

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