#514387

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

Shades of Gigas #514387

Tints of Gigas #514387

Color information

#514387 (or 0x514387) is unknown color: approx Gigas. HEX triplet: 51, 43 and 87. RGB value is (81,67,135). Sum of RGB (Red+Green+Blue) = 81+67+135=283 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.62% from 283); Green value is 67 (26.56% from 255 or 23.67% from 283); Blue value is 135 (53.12% from 255 or 47.70% from 283); Max value from RGB is 135 - color contains mainly: blue. Hex color #514387 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514387 is #AEBC78. Grayscale: #4E4E4E. Windows color (decimal): -11451513 or 8864593. OLE color: 8864593.

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

Color convert

RGB8167135-
CMYK0.400.5000.47
HSL252.35º33.66%39.61%-
HSV(B)252.35º50.37%52.94%-
XYZ9.777.5123.86-
YUV78.94159.64129.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.62%
GREEN value IS 67 (26.56% from 255) = 23.67%
BLUE value IS 135 (53.12% from 255) = 47.70%
R=28.62%
G=23.67%
B=47.70%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81671350.400.5000.47252.3533.6639.61
Hex514387283202Ffc2228
Octal12110320750620573744250
Binary1010001100001110000111101000110010010111111111100100010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514387

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514387; }

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

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

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

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

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

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

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

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