Html Css Color HEX #5040AD Rich Blue

📋 copy color: '#5040AD'

red 80 ◦ green 64 ◦ blue 173

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

Shades of Rich Blue #5040AD

Tints of Rich Blue #5040AD

RGB

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

 GREEN value IS 64 (25.39% from 255) = 20.19%

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

R = 25.24%
G = 20.19%
B = 54.57%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5040AD (or 0x5040AD) is known color: Rich Blue. HEX triplet: 50, 40 and AD. RGB value is (80,64,173). Sum of RGB (Red+Green+Blue) = 80+64+173=317 (41% of max value = 765). Red value is 80 (31.64% from 255 or 25.24% from 317); Green value is 64 (25.39% from 255 or 20.19% from 317); Blue value is 173 (67.97% from 255 or 54.57% from 317); Max value from RGB is 173 - color contains mainly: blue. Hex color #5040AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5040AD is #AFBF52. Grayscale: #505050. Windows color (decimal): -11517779 or 11354192. OLE color: 11354192.

HSL color Cylindrical-coordinate representation of color #5040AD: hue angle of 248.81º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5040AD is Cyan = 0.54, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 80 64 173 -
CMYK 0.54 0.63 0 0.32
HSL 248.81º 0.46% 0.46% -
HSV(B) 248.81º 0.63% 0.68% -
XYZ 12.68 8.39 40.49 -
YUV 81.21 179.8 127.14 -
System Red Green Blue C M Y K H S L
Decimal 80 64 173 0.54 0.63 0 0.32 248.81 0.46 0.46
Hex 50 40 AD 36 3F 0 20 F9 2E 2E
Octal 120 100 255 66 77 0 40 371 56 56
Binary 1010000 1000000 10101101 110110 111111 0 100000 11111001 101110 101110

Color Harmonies of #5040AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5040AD

Black with #5040AD

Text Example


Text Example

White with #5040AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5040AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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