#51427C

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

Shades of Gigas #51427C

Tints of Gigas #51427C

Color information

#51427C (or 0x51427C) is unknown color: approx Gigas. HEX triplet: 51, 42 and 7C. RGB value is (81,66,124). Sum of RGB (Red+Green+Blue) = 81+66+124=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 66 (26.17% from 255 or 24.35% from 271); Blue value is 124 (48.83% from 255 or 45.76% from 271); Max value from RGB is 124 - color contains mainly: blue. Hex color #51427C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51427C is #AEBD83. Grayscale: #4C4C4C. Windows color (decimal): -11451780 or 8143441. OLE color: 8143441.

HSL color Cylindrical-coordinate representation of color #51427C: hue angle of 255.52º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #51427C is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8166124-
CMYK0.350.4700.51
HSL255.52º30.53%37.25%-
HSV(B)255.52º46.77%48.63%-
XYZ8.987.119.97-
YUV77.1154.47130.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.89%
GREEN value IS 66 (26.17% from 255) = 24.35%
BLUE value IS 124 (48.83% from 255) = 45.76%
R=29.89%
G=24.35%
B=45.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81661240.350.4700.51255.5230.5337.25
Hex51427C232F0331001f25
Octal12110217443570634003745
Binary101000110000101111100100011101111011001110000000011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51427C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51427C; }

 p { color: rgb(81,66,124); }

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

<style>
 a { background-color: #51427C; }

 a { background-color: rgb(81,66,124); }

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

<style>
 span { border-color: #51427C; }

 span { border-color: rgb(81,66,124); }

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