Html Css Color HEX #503F87 Gigas

📋 copy color: '#503F87'

red 80 ◦ green 63 ◦ blue 135

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

Shades of Gigas #503F87

Tints of Gigas #503F87

RGB

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

 GREEN value IS 63 (25% from 255) = 22.66%

 BLUE value IS 135 (53.13% from 255) = 48.56%

R = 28.78%
G = 22.66%
B = 48.56%

CMYK

 C value IS 0.41

 M value IS 0.53

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#503F87 (or 0x503F87) is known color: Gigas. HEX triplet: 50, 3F and 87. RGB value is (80,63,135). Sum of RGB (Red+Green+Blue) = 80+63+135=278 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.78% from 278); Green value is 63 (25% from 255 or 22.66% from 278); Blue value is 135 (53.12% from 255 or 48.56% from 278); Max value from RGB is 135 - color contains mainly: blue. Hex color #503F87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503F87 is #AFC078. Grayscale: #4C4C4C. Windows color (decimal): -11518073 or 8863568. OLE color: 8863568.

HSL color Cylindrical-coordinate representation of color #503F87: hue angle of 254.17º degrees, saturation: 0.36, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #503F87 is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 80 63 135 -
CMYK 0.41 0.53 0 0.47
HSL 254.17º 0.36% 0.39% -
HSV(B) 254.17º 0.53% 0.53% -
XYZ 9.46 7.01 23.78 -
YUV 76.29 161.13 130.65 -
System Red Green Blue C M Y K H S L
Decimal 80 63 135 0.41 0.53 0 0.47 254.17 0.36 0.39
Hex 50 3F 87 29 35 0 2F FE 24 27
Octal 120 77 207 51 65 0 57 376 44 47
Binary 1010000 111111 10000111 101001 110101 0 101111 11111110 100100 100111

Color Harmonies of #503F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503F87

Black with #503F87

Text Example


Text Example

White with #503F87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(80,63,135); }

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

background-color css

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

 a { background-color: rgb(80,63,135); }

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

border-color css

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

 span { border-color: rgb(80,63,135); }

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