Html Css Color HEX #503B83 Gigas

📋 copy color: '#503B83'

red 80 ◦ green 59 ◦ blue 131

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

Shades of Gigas #503B83

Tints of Gigas #503B83

RGB

 RED value IS 80 (31.64% from 255) = 29.63%

 GREEN value IS 59 (23.44% from 255) = 21.85%

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

R = 29.63%
G = 21.85%
B = 48.52%

CMYK

 C value IS 0.39

 M value IS 0.55

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#503B83 (or 0x503B83) is known color: Gigas. HEX triplet: 50, 3B and 83. RGB value is (80,59,131). Sum of RGB (Red+Green+Blue) = 80+59+131=270 (35% of max value = 765). Red value is 80 (31.64% from 255 or 29.63% from 270); Green value is 59 (23.44% from 255 or 21.85% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #503B83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503B83 is #AFC47C. Grayscale: #494949. Windows color (decimal): -11519101 or 8600400. OLE color: 8600400.

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

Color convert

RGB 80 59 131 -
CMYK 0.39 0.55 0 0.49
HSL 257.5º 0.38% 0.37% -
HSV(B) 257.5º 0.55% 0.51% -
XYZ 8.97 6.47 22.25 -
YUV 73.49 160.46 132.65 -
System Red Green Blue C M Y K H S L
Decimal 80 59 131 0.39 0.55 0 0.49 257.5 0.38 0.37
Hex 50 3B 83 27 37 0 31 102 26 25
Octal 120 73 203 47 67 0 61 402 46 45
Binary 1010000 111011 10000011 100111 110111 0 110001 100000010 100110 100101

Color Harmonies of #503B83

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503B83

Black with #503B83

Text Example


Text Example

White with #503B83

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503B83; }

 p { color: rgb(80,59,131); }

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

background-color css

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

 a { background-color: rgb(80,59,131); }

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

border-color css

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

 span { border-color: rgb(80,59,131); }

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