Html Css Color HEX #514279 Gigas

📋 copy color: '#514279'

red 81 ◦ green 66 ◦ blue 121

#514279
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Gigas #514279

Tints of Gigas #514279

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 value IS 0.33

 M value IS 0.45

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#514279 (or 0x514279) is known color: 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

RGB 81 66 121 -
CMYK 0.33 0.45 0 0.53
HSL 256.36º 0.29% 0.37% -
HSV(B) 256.36º 0.45% 0.47% -
XYZ 8.79 7.03 18.98 -
YUV 76.76 152.97 131.03 -
System Red Green Blue C M Y K H S L
Decimal 81 66 121 0.33 0.45 0 0.53 256.36 0.29 0.37
Hex 51 42 79 21 2D 0 35 100 1D 25
Octal 121 102 171 41 55 0 65 400 35 45
Binary 1010001 1000010 1111001 100001 101101 0 110101 100000000 11101 100101

Color Harmonies of #514279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514279

Black with #514279

Text Example


Text Example

White with #514279

Text Example


Text Example

HTML Codes & Css Web 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>