#52407C

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

Shades of Gigas #52407C

Tints of Gigas #52407C

Color information

#52407C (or 0x52407C) is unknown color: approx Gigas. HEX triplet: 52, 40 and 7C. RGB value is (82,64,124). Sum of RGB (Red+Green+Blue) = 82+64+124=270 (35% of max value = 765). Red value is 82 (32.42% from 255 or 30.37% from 270); Green value is 64 (25.39% from 255 or 23.70% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #52407C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52407C is #ADBF83. Grayscale: #4C4C4C. Windows color (decimal): -11386756 or 8142930. OLE color: 8142930.

HSL color Cylindrical-coordinate representation of color #52407C: hue angle of 258º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #52407C is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8264124-
CMYK0.340.4800.51
HSL258º31.91%36.86%-
HSV(B)258º48.39%48.63%-
XYZ8.956.9219.93-
YUV76.22154.96132.12-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 30.37%
GREEN value IS 64 (25.39% from 255) = 23.70%
BLUE value IS 124 (48.83% from 255) = 45.93%
R=30.37%
G=23.70%
B=45.93%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82641240.340.4800.5125831.9136.86
Hex52407C22300331022025
Octal12210017442600634024045
Binary1010010100000011111001000101100000110011100000010100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52407C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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