#514187

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

Shades of Gigas #514187

Tints of Gigas #514187

Color information

#514187 (or 0x514187) is unknown color: approx Gigas. HEX triplet: 51, 41 and 87. RGB value is (81,65,135). Sum of RGB (Red+Green+Blue) = 81+65+135=281 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.83% from 281); Green value is 65 (25.78% from 255 or 23.13% from 281); Blue value is 135 (53.12% from 255 or 48.04% from 281); Max value from RGB is 135 - color contains mainly: blue. Hex color #514187 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514187 is #AEBE78. Grayscale: #4D4D4D. Windows color (decimal): -11452025 or 8864081. OLE color: 8864081.

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

Color convert

RGB8165135-
CMYK0.400.5200.47
HSL253.71º35%39.22%-
HSV(B)253.71º51.85%52.94%-
XYZ9.667.2823.82-
YUV77.76160.3130.31-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.83%
GREEN value IS 65 (25.78% from 255) = 23.13%
BLUE value IS 135 (53.12% from 255) = 48.04%
R=28.83%
G=23.13%
B=48.04%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal81651350.400.5200.47253.713539.22
Hex514187283402Ffe2327
Octal12110120750640573764347
Binary1010001100000110000111101000110100010111111111110100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514187

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514187; }

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

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

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

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

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

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

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

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