#514388

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

Shades of Gigas #514388

Tints of Gigas #514388

Color information

#514388 (or 0x514388) is unknown color: approx Gigas. HEX triplet: 51, 43 and 88. RGB value is (81,67,136). Sum of RGB (Red+Green+Blue) = 81+67+136=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 67 (26.56% from 255 or 23.59% from 284); Blue value is 136 (53.52% from 255 or 47.89% from 284); Max value from RGB is 136 - color contains mainly: blue. Hex color #514388 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514388 is #AEBC77. Grayscale: #4E4E4E. Windows color (decimal): -11451512 or 8930129. OLE color: 8930129.

HSL color Cylindrical-coordinate representation of color #514388: hue angle of 252.17º degrees, saturation: 0.34, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #514388 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB8167136-
CMYK0.400.5100.47
HSL252.17º33.99%39.8%-
HSV(B)252.17º50.74%53.33%-
XYZ9.847.5424.23-
YUV79.05160.14129.39-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.52%
GREEN value IS 67 (26.56% from 255) = 23.59%
BLUE value IS 136 (53.52% from 255) = 47.89%
R=28.52%
G=23.59%
B=47.89%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81671360.400.5100.47252.1733.9939.8
Hex514388283302Ffc2228
Octal12110321050630573744250
Binary1010001100001110001000101000110011010111111111100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514388; }

 p { color: rgb(81,67,136); }

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

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

 a { background-color: rgb(81,67,136); }

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

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

 span { border-color: rgb(81,67,136); }

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