#52458E

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

Shades of Gigas #52458E

Tints of Gigas #52458E

Color information

#52458E (or 0x52458E) is unknown color: approx Gigas. HEX triplet: 52, 45 and 8E. RGB value is (82,69,142). Sum of RGB (Red+Green+Blue) = 82+69+142=293 (38% of max value = 765). Red value is 82 (32.42% from 255 or 27.99% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 142 (55.86% from 255 or 48.46% from 293); Max value from RGB is 142 - color contains mainly: blue. Hex color #52458E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52458E is #ADBA71. Grayscale: #505050. Windows color (decimal): -11385458 or 9323858. OLE color: 9323858.

HSL color Cylindrical-coordinate representation of color #52458E: hue angle of 250.68º degrees, saturation: 0.35, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #52458E is Cyan = 0.42, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8269142-
CMYK0.420.5100.44
HSL250.68º34.6%41.37%-
HSV(B)250.68º51.41%55.69%-
XYZ10.49826.58-
YUV81.21162.31128.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 27.99%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 142 (55.86% from 255) = 48.46%
R=27.99%
G=23.55%
B=48.46%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82691420.420.5100.44250.6834.641.37
Hex52458E2A3302Cfb2329
Octal12210521652630543734351
Binary1010010100010110001110101010110011010110011111011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52458E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52458E; }

 p { color: rgb(82,69,142); }

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

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

 a { background-color: rgb(82,69,142); }

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

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

 span { border-color: rgb(82,69,142); }

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