Html Css Color HEX #514483 Gigas

📋 copy color: '#514483'

red 81 ◦ green 68 ◦ blue 131

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

Shades of Gigas #514483

Tints of Gigas #514483

RGB

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

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

 BLUE value IS 131 (51.56% from 255) = 46.79%

R = 28.93%
G = 24.29%
B = 46.79%

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

#514483 (or 0x514483) is known color: Gigas. HEX triplet: 51, 44 and 83. RGB value is (81,68,131). Sum of RGB (Red+Green+Blue) = 81+68+131=280 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.93% from 280); Green value is 68 (26.95% from 255 or 24.29% from 280); Blue value is 131 (51.56% from 255 or 46.79% from 280); Max value from RGB is 131 - color contains mainly: blue. Hex color #514483 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514483 is #AEBB7C. Grayscale: #4E4E4E. Windows color (decimal): -11451261 or 8602705. OLE color: 8602705.

HSL color Cylindrical-coordinate representation of color #514483: hue angle of 252.38º degrees, saturation: 0.32, 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 #514483 is Cyan = 0.38, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 81 68 131 -
CMYK 0.38 0.48 0 0.49
HSL 252.38º 0.32% 0.39% -
HSV(B) 252.38º 0.48% 0.51% -
XYZ 9.56 7.52 22.42 -
YUV 79.07 157.31 129.38 -
System Red Green Blue C M Y K H S L
Decimal 81 68 131 0.38 0.48 0 0.49 252.38 0.32 0.39
Hex 51 44 83 26 30 0 31 FC 20 27
Octal 121 104 203 46 60 0 61 374 40 47
Binary 1010001 1000100 10000011 100110 110000 0 110001 11111100 100000 100111

Color Harmonies of #514483

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514483

Black with #514483

Text Example


Text Example

White with #514483

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514483; }

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

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

background-color css

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

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

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

border-color css

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

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

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