#514279

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

Shades of Gigas #514279

Tints of Gigas #514279

Color information

#514279 (or 0x514279) is unknown color: approx Gigas. HEX triplet: 51, 42 and 79. RGB value is (81,66,121). Sum of RGB (Red+Green+Blue) = 81+66+121=268 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.22% from 268); Green value is 66 (26.17% from 255 or 24.63% from 268); Blue value is 121 (47.66% from 255 or 45.15% from 268); Max value from RGB is 121 - color contains mainly: blue. Hex color #514279 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514279 is #AEBD86. Grayscale: #4C4C4C. Windows color (decimal): -11451783 or 7946833. OLE color: 7946833.

HSL color Cylindrical-coordinate representation of color #514279: hue angle of 256.36º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #514279 is Cyan = 0.33, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB8166121-
CMYK0.330.4500.53
HSL256.36º29.41%36.67%-
HSV(B)256.36º45.45%47.45%-
XYZ8.797.0318.98-
YUV76.76152.97131.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.22%
GREEN value IS 66 (26.17% from 255) = 24.63%
BLUE value IS 121 (47.66% from 255) = 45.15%
R=30.22%
G=24.63%
B=45.15%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81661210.330.4500.53256.3629.4136.67
Hex514279212D0351001d25
Octal12110217141550654003545
Binary101000110000101111001100001101101011010110000000011101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514279; }

 p { color: rgb(81,66,121); }

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

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

 a { background-color: rgb(81,66,121); }

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

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

 span { border-color: rgb(81,66,121); }

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