Html Css Color HEX #5040AE Rich Blue

📋 copy color: '#5040AE'

red 80 ◦ green 64 ◦ blue 174

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

Shades of Rich Blue #5040AE

Tints of Rich Blue #5040AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 54.72%

R = 25.16%
G = 20.13%
B = 54.72%

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

#5040AE (or 0x5040AE) is known color: Rich Blue. HEX triplet: 50, 40 and AE. RGB value is (80,64,174). Sum of RGB (Red+Green+Blue) = 80+64+174=318 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.16% from 318); Green value is 64 (25.39% from 255 or 20.13% from 318); Blue value is 174 (68.36% from 255 or 54.72% from 318); Max value from RGB is 174 - color contains mainly: blue. Hex color #5040AE is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5040AE is #AFBF51. Grayscale: #505050. Windows color (decimal): -11517778 or 11419728. OLE color: 11419728.

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

Color convert

RGB 80 64 174 -
CMYK 0.54 0.63 0 0.32
HSL 248.73º 0.46% 0.47% -
HSV(B) 248.73º 0.63% 0.68% -
XYZ 12.78 8.43 41 -
YUV 81.32 180.3 127.06 -
System Red Green Blue C M Y K H S L
Decimal 80 64 174 0.54 0.63 0 0.32 248.73 0.46 0.47
Hex 50 40 AE 36 3F 0 20 F9 2E 2F
Octal 120 100 256 66 77 0 40 371 56 57
Binary 1010000 1000000 10101110 110110 111111 0 100000 11111001 101110 101111

Color Harmonies of #5040AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5040AE

Black with #5040AE

Text Example


Text Example

White with #5040AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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