#514181

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

Shades of Gigas #514181

Tints of Gigas #514181

Color information

#514181 (or 0x514181) is unknown color: approx Gigas. HEX triplet: 51, 41 and 81. RGB value is (81,65,129). Sum of RGB (Red+Green+Blue) = 81+65+129=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 129 (50.78% from 255 or 46.91% from 275); Max value from RGB is 129 - color contains mainly: blue. Hex color #514181 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514181 is #AEBE7E. Grayscale: #4C4C4C. Windows color (decimal): -11452031 or 8470865. OLE color: 8470865.

HSL color Cylindrical-coordinate representation of color #514181: hue angle of 255º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #514181 is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB8165129-
CMYK0.370.5000.49
HSL255º32.99%38.04%-
HSV(B)255º49.61%50.59%-
XYZ9.257.1121.65-
YUV77.08157.3130.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.45%
GREEN value IS 65 (25.78% from 255) = 23.64%
BLUE value IS 129 (50.78% from 255) = 46.91%
R=29.45%
G=23.64%
B=46.91%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal81651290.370.5000.4925532.9938.04
Hex5141812532031ff2126
Octal12110120145620613774146
Binary1010001100000110000001100101110010011000111111111100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514181

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514181; }

 p { color: rgb(81,65,129); }

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

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

 a { background-color: rgb(81,65,129); }

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

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

 span { border-color: rgb(81,65,129); }

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