Html Css Color HEX #503D87 Blue Gem

📋 copy color: '#503D87'

red 80 ◦ green 61 ◦ blue 135

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

Shades of Blue Gem #503D87

Tints of Blue Gem #503D87

RGB

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

 GREEN value IS 61 (24.22% from 255) = 22.1%

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

R = 28.99%
G = 22.1%
B = 48.91%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#503D87 (or 0x503D87) is known color: Blue Gem. HEX triplet: 50, 3D and 87. RGB value is (80,61,135). Sum of RGB (Red+Green+Blue) = 80+61+135=276 (36% of max value = 765). Red value is 80 (31.64% from 255 or 28.99% from 276); Green value is 61 (24.22% from 255 or 22.10% from 276); Blue value is 135 (53.12% from 255 or 48.91% from 276); Max value from RGB is 135 - color contains mainly: blue. Hex color #503D87 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503D87 is #AFC278. Grayscale: #4A4A4A. Windows color (decimal): -11518585 or 8863056. OLE color: 8863056.

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

Color convert

RGB 80 61 135 -
CMYK 0.41 0.55 0 0.47
HSL 255.41º 0.38% 0.38% -
HSV(B) 255.41º 0.55% 0.53% -
XYZ 9.35 6.79 23.74 -
YUV 75.12 161.79 131.48 -
System Red Green Blue C M Y K H S L
Decimal 80 61 135 0.41 0.55 0 0.47 255.41 0.38 0.38
Hex 50 3D 87 29 37 0 2F FF 26 26
Octal 120 75 207 51 67 0 57 377 46 46
Binary 1010000 111101 10000111 101001 110111 0 101111 11111111 100110 100110

Color Harmonies of #503D87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D87

Black with #503D87

Text Example


Text Example

White with #503D87

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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