#514278

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

Shades of Gigas #514278

Tints of Gigas #514278

Color information

#514278 (or 0x514278) is unknown color: approx Gigas. HEX triplet: 51, 42 and 78. RGB value is (81,66,120). Sum of RGB (Red+Green+Blue) = 81+66+120=267 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.34% from 267); Green value is 66 (26.17% from 255 or 24.72% from 267); Blue value is 120 (47.27% from 255 or 44.94% from 267); Max value from RGB is 120 - color contains mainly: blue. Hex color #514278 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514278 is #AEBD87. Grayscale: #4C4C4C. Windows color (decimal): -11451784 or 7881297. OLE color: 7881297.

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

Color convert

RGB8166120-
CMYK0.320.4500.53
HSL256.67º29.03%36.47%-
HSV(B)256.67º45%47.06%-
XYZ8.73718.66-
YUV76.64152.47131.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.34%
GREEN value IS 66 (26.17% from 255) = 24.72%
BLUE value IS 120 (47.27% from 255) = 44.94%
R=30.34%
G=24.72%
B=44.94%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal81661200.320.4500.53256.6729.0336.47
Hex514278202D0351011d24
Octal12110217040550654013544
Binary101000110000101111000100000101101011010110000000111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514278; }

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

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

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

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

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

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

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

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