#52447F

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

Shades of Gigas #52447F

Tints of Gigas #52447F

Color information

#52447F (or 0x52447F) is unknown color: approx Gigas. HEX triplet: 52, 44 and 7F. RGB value is (82,68,127). Sum of RGB (Red+Green+Blue) = 82+68+127=277 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.60% from 277); Green value is 68 (26.95% from 255 or 24.55% from 277); Blue value is 127 (50% from 255 or 45.85% from 277); Max value from RGB is 127 - color contains mainly: blue. Hex color #52447F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52447F is #ADBB80. Grayscale: #4E4E4E. Windows color (decimal): -11385729 or 8340562. OLE color: 8340562.

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

Color convert

RGB8268127-
CMYK0.350.4600.50
HSL254.24º30.26%38.24%-
HSV(B)254.24º46.46%49.8%-
XYZ9.387.4621.02-
YUV78.91155.14130.2-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.60%
GREEN value IS 68 (26.95% from 255) = 24.55%
BLUE value IS 127 (50% from 255) = 45.85%
R=29.60%
G=24.55%
B=45.85%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82681270.350.4600.50254.2430.2638.24
Hex52447F232E032fe1e26
Octal12210417743560623763646
Binary10100101000100111111110001110111001100101111111011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52447F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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