#514485

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

Shades of Gigas #514485

Tints of Gigas #514485

Color information

#514485 (or 0x514485) is unknown color: approx Gigas. HEX triplet: 51, 44 and 85. RGB value is (81,68,133). Sum of RGB (Red+Green+Blue) = 81+68+133=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 133 (52.34% from 255 or 47.16% from 282); Max value from RGB is 133 - color contains mainly: blue. Hex color #514485 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514485 is #AEBB7A. Grayscale: #4F4F4F. Windows color (decimal): -11451259 or 8733777. OLE color: 8733777.

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

Color convert

RGB8168133-
CMYK0.390.4900.48
HSL252º32.34%39.41%-
HSV(B)252º48.87%52.16%-
XYZ9.697.5823.14-
YUV79.3158.31129.21-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.72%
GREEN value IS 68 (26.95% from 255) = 24.11%
BLUE value IS 133 (52.34% from 255) = 47.16%
R=28.72%
G=24.11%
B=47.16%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81681330.390.4900.4825232.3439.41
Hex5144852731030fc2027
Octal12110420547610603744047
Binary1010001100010010000101100111110001011000011111100100000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514485

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514485; }

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

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

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

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

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

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

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

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