#52468D

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

Shades of Gigas #52468D

Tints of Gigas #52468D

Color information

#52468D (or 0x52468D) is unknown color: approx Gigas. HEX triplet: 52, 46 and 8D. RGB value is (82,70,141). Sum of RGB (Red+Green+Blue) = 82+70+141=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 141 (55.47% from 255 or 48.12% from 293); Max value from RGB is 141 - color contains mainly: blue. Hex color #52468D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52468D is #ADB972. Grayscale: #515151. Windows color (decimal): -11385203 or 9258578. OLE color: 9258578.

HSL color Cylindrical-coordinate representation of color #52468D: hue angle of 250.14º degrees, saturation: 0.34, 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 #52468D is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8270141-
CMYK0.420.5000.45
HSL250.14º33.65%41.37%-
HSV(B)250.14º50.35%55.29%-
XYZ10.488.126.21-
YUV81.68161.48128.23-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 70 (27.73% from 255) = 23.89%
BLUE value IS 141 (55.47% from 255) = 48.12%
R=27.99%
G=23.89%
B=48.12%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal82701410.420.5000.45250.1433.6541.37
Hex52468D2A3202Dfa2229
Octal12210621552620553724251
Binary1010010100011010001101101010110010010110111111010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52468D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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