#514284

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

Shades of Gigas #514284

Tints of Gigas #514284

Color information

#514284 (or 0x514284) is unknown color: approx Gigas. HEX triplet: 51, 42 and 84. RGB value is (81,66,132). Sum of RGB (Red+Green+Blue) = 81+66+132=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 66 (26.17% from 255 or 23.66% from 279); Blue value is 132 (51.95% from 255 or 47.31% from 279); Max value from RGB is 132 - color contains mainly: blue. Hex color #514284 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514284 is #AEBD7B. Grayscale: #4D4D4D. Windows color (decimal): -11451772 or 8667729. OLE color: 8667729.

HSL color Cylindrical-coordinate representation of color #514284: hue angle of 253.64º 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 #514284 is Cyan = 0.39, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB8166132-
CMYK0.390.500.48
HSL253.64º33.33%38.82%-
HSV(B)253.64º50%51.76%-
XYZ9.517.3122.74-
YUV78.01158.47130.13-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.03%
GREEN value IS 66 (26.17% from 255) = 23.66%
BLUE value IS 132 (51.95% from 255) = 47.31%
R=29.03%
G=23.66%
B=47.31%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal81661320.390.500.48253.6433.3338.82
Hex5142842732030fe2127
Octal12110220447620603764147
Binary1010001100001010000100100111110010011000011111110100001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514284; }

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

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

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

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

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

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

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

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