Html Css Color HEX #514082 Gigas

📋 copy color: '#514082'

red 81 ◦ green 64 ◦ blue 130

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

Shades of Gigas #514082

Tints of Gigas #514082

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.27%

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

R = 29.45%
G = 23.27%
B = 47.27%

CMYK

 C value IS 0.38

 M value IS 0.51

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#514082 (or 0x514082) is known color: Gigas. HEX triplet: 51, 40 and 82. RGB value is (81,64,130). Sum of RGB (Red+Green+Blue) = 81+64+130=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 64 (25.39% from 255 or 23.27% from 275); Blue value is 130 (51.17% from 255 or 47.27% from 275); Max value from RGB is 130 - color contains mainly: blue. Hex color #514082 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514082 is #AEBF7D. Grayscale: #4C4C4C. Windows color (decimal): -11452286 or 8536145. OLE color: 8536145.

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

Color convert

RGB 81 64 130 -
CMYK 0.38 0.51 0 0.49
HSL 255.45º 0.34% 0.38% -
HSV(B) 255.45º 0.51% 0.51% -
XYZ 9.26 7.03 21.99 -
YUV 76.61 158.13 131.13 -
System Red Green Blue C M Y K H S L
Decimal 81 64 130 0.38 0.51 0 0.49 255.45 0.34 0.38
Hex 51 40 82 26 33 0 31 FF 22 26
Octal 121 100 202 46 63 0 61 377 42 46
Binary 1010001 1000000 10000010 100110 110011 0 110001 11111111 100010 100110

Color Harmonies of #514082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514082

Black with #514082

Text Example


Text Example

White with #514082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514082; }

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

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

background-color css

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

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

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

border-color css

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

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

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