#51458D

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

Shades of Gigas #51458D

Tints of Gigas #51458D

Color information

#51458D (or 0x51458D) is unknown color: approx Gigas. HEX triplet: 51, 45 and 8D. RGB value is (81,69,141). Sum of RGB (Red+Green+Blue) = 81+69+141=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 141 (55.47% from 255 or 48.45% from 291); Max value from RGB is 141 - color contains mainly: blue. Hex color #51458D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51458D is #AEBA72. Grayscale: #505050. Windows color (decimal): -11450995 or 9258321. OLE color: 9258321.

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

Color convert

RGB8169141-
CMYK0.430.5100.45
HSL250º34.29%41.18%-
HSV(B)250º51.06%55.29%-
XYZ10.337.9326.19-
YUV80.8161.98128.15-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 69 (27.34% from 255) = 23.71%
BLUE value IS 141 (55.47% from 255) = 48.45%
R=27.84%
G=23.71%
B=48.45%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal81691410.430.5100.4525034.2941.18
Hex51458D2B3302Dfa2229
Octal12110521553630553724251
Binary1010001100010110001101101011110011010110111111010100010101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51458D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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