Html Css Color HEX #503590 Blue Gem

📋 copy color: '#503590'

red 80 ◦ green 53 ◦ blue 144

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

Shades of Blue Gem #503590

Tints of Blue Gem #503590

RGB

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

 GREEN value IS 53 (21.09% from 255) = 19.13%

 BLUE value IS 144 (56.64% from 255) = 51.99%

R = 28.88%
G = 19.13%
B = 51.99%

CMYK

 C value IS 0.44

 M value IS 0.63

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#503590 (or 0x503590) is known color: Blue Gem. HEX triplet: 50, 35 and 90. RGB value is (80,53,144). Sum of RGB (Red+Green+Blue) = 80+53+144=277 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.88% from 277); Green value is 53 (21.09% from 255 or 19.13% from 277); Blue value is 144 (56.64% from 255 or 51.99% from 277); Max value from RGB is 144 - color contains mainly: blue. Hex color #503590 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503590 is #AFCA6F. Grayscale: #474747. Windows color (decimal): -11520624 or 9450832. OLE color: 9450832.

HSL color Cylindrical-coordinate representation of color #503590: hue angle of 257.8º degrees, saturation: 0.46, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #503590 is Cyan = 0.44, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 53 144 -
CMYK 0.44 0.63 0 0.44
HSL 257.8º 0.46% 0.39% -
HSV(B) 257.8º 0.63% 0.56% -
XYZ 9.62 6.27 27.09 -
YUV 71.45 168.95 134.1 -
System Red Green Blue C M Y K H S L
Decimal 80 53 144 0.44 0.63 0 0.44 257.8 0.46 0.39
Hex 50 35 90 2C 3F 0 2C 102 2E 27
Octal 120 65 220 54 77 0 54 402 56 47
Binary 1010000 110101 10010000 101100 111111 0 101100 100000010 101110 100111

Color Harmonies of #503590

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503590

Black with #503590

Text Example


Text Example

White with #503590

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #503590; }

 p { color: rgb(80,53,144); }

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

background-color css

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

 a { background-color: rgb(80,53,144); }

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

border-color css

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

 span { border-color: rgb(80,53,144); }

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