Html Css Color HEX #504DAD Rich Blue

📋 copy color: '#504DAD'

red 80 ◦ green 77 ◦ blue 173

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

Shades of Rich Blue #504DAD

Tints of Rich Blue #504DAD

RGB

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

 GREEN value IS 77 (30.47% from 255) = 23.33%

 BLUE value IS 173 (67.97% from 255) = 52.42%

R = 24.24%
G = 23.33%
B = 52.42%

CMYK

 C value IS 0.54

 M value IS 0.55

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#504DAD (or 0x504DAD) is known color: Rich Blue. HEX triplet: 50, 4D and AD. RGB value is (80,77,173). Sum of RGB (Red+Green+Blue) = 80+77+173=330 (43% of max value = 765). Red value is 80 (31.64% from 255 or 24.24% from 330); Green value is 77 (30.47% from 255 or 23.33% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #504DAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #504DAD is #AFB252. Grayscale: #585858. Windows color (decimal): -11514451 or 11357520. OLE color: 11357520.

HSL color Cylindrical-coordinate representation of color #504DAD: hue angle of 241.88º degrees, saturation: 0.38, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #504DAD is Cyan = 0.54, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 77 173 -
CMYK 0.54 0.55 0 0.32
HSL 241.88º 0.38% 0.49% -
HSV(B) 241.88º 0.55% 0.68% -
XYZ 13.5 10.03 40.76 -
YUV 88.84 175.49 121.69 -
System Red Green Blue C M Y K H S L
Decimal 80 77 173 0.54 0.55 0 0.32 241.88 0.38 0.49
Hex 50 4D AD 36 37 0 20 F2 26 31
Octal 120 115 255 66 67 0 40 362 46 61
Binary 1010000 1001101 10101101 110110 110111 0 100000 11110010 100110 110001

Color Harmonies of #504DAD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #504DAD

Black with #504DAD

Text Example


Text Example

White with #504DAD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #504DAD; }

 p { color: rgb(80,77,173); }

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

background-color css

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

 a { background-color: rgb(80,77,173); }

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

border-color css

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

 span { border-color: rgb(80,77,173); }

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