Html Css Color HEX #503D92 Blue Gem

📋 copy color: '#503D92'

red 80 ◦ green 61 ◦ blue 146

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

Shades of Blue Gem #503D92

Tints of Blue Gem #503D92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 50.87%

R = 27.87%
G = 21.25%
B = 50.87%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#503D92 (or 0x503D92) is known color: Blue Gem. HEX triplet: 50, 3D and 92. RGB value is (80,61,146). Sum of RGB (Red+Green+Blue) = 80+61+146=287 (38% of max value = 765). Red value is 80 (31.64% from 255 or 27.87% from 287); Green value is 61 (24.22% from 255 or 21.25% from 287); Blue value is 146 (57.42% from 255 or 50.87% from 287); Max value from RGB is 146 - color contains mainly: blue. Hex color #503D92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503D92 is #AFC26D. Grayscale: #4C4C4C. Windows color (decimal): -11518574 or 9583952. OLE color: 9583952.

HSL color Cylindrical-coordinate representation of color #503D92: hue angle of 253.41º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #503D92 is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 80 61 146 -
CMYK 0.45 0.58 0 0.43
HSL 253.41º 0.41% 0.41% -
HSV(B) 253.41º 0.58% 0.57% -
XYZ 10.17 7.12 28.03 -
YUV 76.37 167.29 130.59 -
System Red Green Blue C M Y K H S L
Decimal 80 61 146 0.45 0.58 0 0.43 253.41 0.41 0.41
Hex 50 3D 92 2D 3A 0 2B FD 29 29
Octal 120 75 222 55 72 0 53 375 51 51
Binary 1010000 111101 10010010 101101 111010 0 101011 11111101 101001 101001

Color Harmonies of #503D92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D92

Black with #503D92

Text Example


Text Example

White with #503D92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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