Html Css Color HEX #503D9E Blue Gem

📋 copy color: '#503D9E'

red 80 ◦ green 61 ◦ blue 158

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

Shades of Blue Gem #503D9E

Tints of Blue Gem #503D9E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 52.84%

R = 26.76%
G = 20.4%
B = 52.84%

CMYK

 C value IS 0.49

 M value IS 0.61

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#503D9E (or 0x503D9E) is known color: Blue Gem. HEX triplet: 50, 3D and 9E. RGB value is (80,61,158). Sum of RGB (Red+Green+Blue) = 80+61+158=299 (39% of max value = 765). Red value is 80 (31.64% from 255 or 26.76% from 299); Green value is 61 (24.22% from 255 or 20.40% from 299); Blue value is 158 (62.11% from 255 or 52.84% from 299); Max value from RGB is 158 - color contains mainly: blue. Hex color #503D9E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #503D9E is #AFC261. Grayscale: #4D4D4D. Windows color (decimal): -11518562 or 10370384. OLE color: 10370384.

HSL color Cylindrical-coordinate representation of color #503D9E: hue angle of 251.75º degrees, saturation: 0.44, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #503D9E is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 80 61 158 -
CMYK 0.49 0.61 0 0.38
HSL 251.75º 0.44% 0.43% -
HSV(B) 251.75º 0.61% 0.62% -
XYZ 11.15 7.51 33.21 -
YUV 77.74 173.29 129.61 -
System Red Green Blue C M Y K H S L
Decimal 80 61 158 0.49 0.61 0 0.38 251.75 0.44 0.43
Hex 50 3D 9E 31 3D 0 26 FC 2C 2B
Octal 120 75 236 61 75 0 46 374 54 53
Binary 1010000 111101 10011110 110001 111101 0 100110 11111100 101100 101011

Color Harmonies of #503D9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #503D9E

Black with #503D9E

Text Example


Text Example

White with #503D9E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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