#51458B

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

Shades of Gigas #51458B

Tints of Gigas #51458B

Color information

#51458B (or 0x51458B) is unknown color: approx Gigas. HEX triplet: 51, 45 and 8B. RGB value is (81,69,139). Sum of RGB (Red+Green+Blue) = 81+69+139=289 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.03% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 139 (54.69% from 255 or 48.10% from 289); Max value from RGB is 139 - color contains mainly: blue. Hex color #51458B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51458B is #AEBA74. Grayscale: #505050. Windows color (decimal): -11450997 or 9127249. OLE color: 9127249.

HSL color Cylindrical-coordinate representation of color #51458B: hue angle of 250.29º degrees, saturation: 0.34, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51458B is Cyan = 0.42, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8169139-
CMYK0.420.5000.45
HSL250.29º33.65%40.78%-
HSV(B)250.29º50.36%54.51%-
XYZ10.187.8725.41-
YUV80.57160.98128.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.03%
GREEN value IS 69 (27.34% from 255) = 23.88%
BLUE value IS 139 (54.69% from 255) = 48.10%
R=28.03%
G=23.88%
B=48.10%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81691390.420.5000.45250.2933.6540.78
Hex51458B2A3202Dfa2229
Octal12110521352620553724251
Binary1010001100010110001011101010110010010110111111010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51458B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51458B; }

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

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

<style>
 a { background-color: #51458B; }

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

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

<style>
 span { border-color: #51458B; }

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

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