#52427F

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

Shades of Gigas #52427F

Tints of Gigas #52427F

Color information

#52427F (or 0x52427F) is unknown color: approx Gigas. HEX triplet: 52, 42 and 7F. RGB value is (82,66,127). Sum of RGB (Red+Green+Blue) = 82+66+127=275 (36% of max value = 765). Red value is 82 (32.42% from 255 or 29.82% from 275); Green value is 66 (26.17% from 255 or 24% from 275); Blue value is 127 (50% from 255 or 46.18% from 275); Max value from RGB is 127 - color contains mainly: blue. Hex color #52427F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52427F is #ADBD80. Grayscale: #4D4D4D. Windows color (decimal): -11386241 or 8340050. OLE color: 8340050.

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

Color convert

RGB8266127-
CMYK0.350.4800.50
HSL255.74º31.61%37.84%-
HSV(B)255.74º48.03%49.8%-
XYZ9.267.2220.98-
YUV77.74155.8131.04-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 29.82%
GREEN value IS 66 (26.17% from 255) = 24%
BLUE value IS 127 (50% from 255) = 46.18%
R=29.82%
G=24%
B=46.18%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal82661270.350.4800.50255.7431.6137.84
Hex52427F23300321002026
Octal12210217743600624004046
Binary1010010100001011111111000111100000110010100000000100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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