Html Css Color HEX #514482 Gigas

📋 copy color: '#514482'

red 81 ◦ green 68 ◦ blue 130

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

Shades of Gigas #514482

Tints of Gigas #514482

RGB

 RED value IS 81 (32.03% from 255) = 29.03%

 GREEN value IS 68 (26.95% from 255) = 24.37%

 BLUE value IS 130 (51.17% from 255) = 46.59%

R = 29.03%
G = 24.37%
B = 46.59%

CMYK

 C value IS 0.38

 M value IS 0.48

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#514482 (or 0x514482) is known color: Gigas. HEX triplet: 51, 44 and 82. RGB value is (81,68,130). Sum of RGB (Red+Green+Blue) = 81+68+130=279 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.03% from 279); Green value is 68 (26.95% from 255 or 24.37% from 279); Blue value is 130 (51.17% from 255 or 46.59% from 279); Max value from RGB is 130 - color contains mainly: blue. Hex color #514482 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514482 is #AEBB7D. Grayscale: #4E4E4E. Windows color (decimal): -11451262 or 8537169. OLE color: 8537169.

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

Color convert

RGB 81 68 130 -
CMYK 0.38 0.48 0 0.49
HSL 252.58º 0.31% 0.39% -
HSV(B) 252.58º 0.48% 0.51% -
XYZ 9.49 7.5 22.07 -
YUV 78.96 156.81 129.46 -
System Red Green Blue C M Y K H S L
Decimal 81 68 130 0.38 0.48 0 0.49 252.58 0.31 0.39
Hex 51 44 82 26 30 0 31 FD 1F 27
Octal 121 104 202 46 60 0 61 375 37 47
Binary 1010001 1000100 10000010 100110 110000 0 110001 11111101 11111 100111

Color Harmonies of #514482

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514482

Black with #514482

Text Example


Text Example

White with #514482

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514482; }

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

 H1.HeaderClassName
 {
   color: #514482;
 }
 .AnyTagClassName
 {
   color: #514482;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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