#51428b

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

Shades of Gigas #51428B

Tints of Gigas #51428B

Color information

#51428B (or 0x51428B) is unknown color: approx Gigas. HEX triplet: 51, 42 and 8B. RGB value is (81,66,139). Sum of RGB (Red+Green+Blue) = 81+66+139=286 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.32% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 139 (54.69% from 255 or 48.60% from 286); Max value from RGB is 139 - color contains mainly: blue. Hex color #51428B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51428B is #AEBD74. Grayscale: #4E4E4E. Windows color (decimal): -11451765 or 9126481. OLE color: 9126481.

HSL color Cylindrical-coordinate representation of color #51428B: hue angle of 252.33º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51428B is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8166139-
CMYK0.420.5300.45
HSL252.33º35.61%40.2%-
HSV(B)252.33º52.52%54.51%-
XYZ107.5125.35-
YUV78.81161.97129.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.32%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 139 (54.69% from 255) = 48.60%
R=28.32%
G=23.08%
B=48.60%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81661390.420.5300.45252.3335.6140.2
Hex51428B2A3502Dfc2428
Octal12110221352650553744450
Binary1010001100001010001011101010110101010110111111100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51428b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51428b; }

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

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

<style>
 a { background-color: #51428b; }

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

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

<style>
 span { border-color: #51428b; }

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

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