#514385

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

Shades of Gigas #514385

Tints of Gigas #514385

Color information

#514385 (or 0x514385) is unknown color: approx Gigas. HEX triplet: 51, 43 and 85. RGB value is (81,67,133). Sum of RGB (Red+Green+Blue) = 81+67+133=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 67 (26.56% from 255 or 23.84% from 281); Blue value is 133 (52.34% from 255 or 47.33% from 281); Max value from RGB is 133 - color contains mainly: blue. Hex color #514385 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514385 is #AEBC7A. Grayscale: #4E4E4E. Windows color (decimal): -11451515 or 8733521. OLE color: 8733521.

HSL color Cylindrical-coordinate representation of color #514385: hue angle of 252.73º degrees, saturation: 0.33, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #514385 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8167133-
CMYK0.390.5000.48
HSL252.73º33%39.22%-
HSV(B)252.73º49.62%52.16%-
XYZ9.637.4623.12-
YUV78.71158.64129.63-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.83%
GREEN value IS 67 (26.56% from 255) = 23.84%
BLUE value IS 133 (52.34% from 255) = 47.33%
R=28.83%
G=23.84%
B=47.33%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81671330.390.5000.48252.733339.22
Hex5143852732030fd2127
Octal12110320547620603754147
Binary1010001100001110000101100111110010011000011111101100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514385

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514385; }

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

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

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

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

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

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

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

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