Html Css Color HEX #503B7F Gigas

📋 copy color: '#503B7F'

red 80 ◦ green 59 ◦ blue 127

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

Shades of Gigas #503B7F

Tints of Gigas #503B7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 47.74%

R = 30.08%
G = 22.18%
B = 47.74%

CMYK

 C value IS 0.37

 M value IS 0.54

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#503B7F (or 0x503B7F) is known color: Gigas. HEX triplet: 50, 3B and 7F. RGB value is (80,59,127). Sum of RGB (Red+Green+Blue) = 80+59+127=266 (35% of max value = 765). Red value is 80 (31.64% from 255 or 30.08% from 266); Green value is 59 (23.44% from 255 or 22.18% from 266); Blue value is 127 (50% from 255 or 47.74% from 266); Max value from RGB is 127 - color contains mainly: blue. Hex color #503B7F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #503B7F is #AFC480. Grayscale: #484848. Windows color (decimal): -11519105 or 8338256. OLE color: 8338256.

HSL color Cylindrical-coordinate representation of color #503B7F: hue angle of 258.53º degrees, saturation: 0.37, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #503B7F is Cyan = 0.37, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 80 59 127 -
CMYK 0.37 0.54 0 0.50
HSL 258.53º 0.37% 0.36% -
HSV(B) 258.53º 0.54% 0.5% -
XYZ 8.7 6.37 20.85 -
YUV 73.03 158.46 132.97 -
System Red Green Blue C M Y K H S L
Decimal 80 59 127 0.37 0.54 0 0.50 258.53 0.37 0.36
Hex 50 3B 7F 25 36 0 32 103 25 24
Octal 120 73 177 45 66 0 62 403 45 44
Binary 1010000 111011 1111111 100101 110110 0 110010 100000011 100101 100100

Color Harmonies of #503B7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503B7F

Black with #503B7F

Text Example


Text Example

White with #503B7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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