#52447E

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

Shades of Gigas #52447E

Tints of Gigas #52447E

Color information

#52447E (or 0x52447E) is unknown color: approx Gigas. HEX triplet: 52, 44 and 7E. RGB value is (82,68,126). Sum of RGB (Red+Green+Blue) = 82+68+126=276 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.71% from 276); Green value is 68 (26.95% from 255 or 24.64% from 276); Blue value is 126 (49.61% from 255 or 45.65% from 276); Max value from RGB is 126 - color contains mainly: blue. Hex color #52447E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52447E is #ADBB81. Grayscale: #4E4E4E. Windows color (decimal): -11385730 or 8275026. OLE color: 8275026.

HSL color Cylindrical-coordinate representation of color #52447E: hue angle of 254.48º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #52447E is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8268126-
CMYK0.350.4600.51
HSL254.48º29.9%38.04%-
HSV(B)254.48º46.03%49.41%-
XYZ9.317.4320.68-
YUV78.8154.64130.28-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.71%
GREEN value IS 68 (26.95% from 255) = 24.64%
BLUE value IS 126 (49.61% from 255) = 45.65%
R=29.71%
G=24.64%
B=45.65%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal82681260.350.4600.51254.4829.938.04
Hex52447E232E033fe1e26
Octal12210417643560633763646
Binary10100101000100111111010001110111001100111111111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52447E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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