#52448E

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

Shades of Gigas #52448E

Tints of Gigas #52448E

Color information

#52448E (or 0x52448E) is unknown color: approx Gigas. HEX triplet: 52, 44 and 8E. RGB value is (82,68,142). Sum of RGB (Red+Green+Blue) = 82+68+142=292 (38% of max value = 765). Red value is 82 (32.42% from 255 or 28.08% from 292); Green value is 68 (26.95% from 255 or 23.29% from 292); Blue value is 142 (55.86% from 255 or 48.63% from 292); Max value from RGB is 142 - color contains mainly: blue. Hex color #52448E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52448E is #ADBB71. Grayscale: #505050. Windows color (decimal): -11385714 or 9323602. OLE color: 9323602.

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

Color convert

RGB8268142-
CMYK0.420.5200.44
HSL251.35º35.24%41.18%-
HSV(B)251.35º52.11%55.69%-
XYZ10.437.8826.56-
YUV80.62162.64128.98-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.08%
GREEN value IS 68 (26.95% from 255) = 23.29%
BLUE value IS 142 (55.86% from 255) = 48.63%
R=28.08%
G=23.29%
B=48.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal82681420.420.5200.44251.3535.2441.18
Hex52448E2A3402Cfb2329
Octal12210421652640543734351
Binary1010010100010010001110101010110100010110011111011100011101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52448E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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