Html Css Color HEX #5040AF Rich Blue

📋 copy color: '#5040AF'

red 80 ◦ green 64 ◦ blue 175

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

Shades of Rich Blue #5040AF

Tints of Rich Blue #5040AF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 54.86%

R = 25.08%
G = 20.06%
B = 54.86%

CMYK

 C value IS 0.54

 M value IS 0.63

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5040AF (or 0x5040AF) is known color: Rich Blue. HEX triplet: 50, 40 and AF. RGB value is (80,64,175). Sum of RGB (Red+Green+Blue) = 80+64+175=319 (42% of max value = 765). Red value is 80 (31.64% from 255 or 25.08% from 319); Green value is 64 (25.39% from 255 or 20.06% from 319); Blue value is 175 (68.75% from 255 or 54.86% from 319); Max value from RGB is 175 - color contains mainly: blue. Hex color #5040AF is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5040AF is #AFBF50. Grayscale: #515151. Windows color (decimal): -11517777 or 11485264. OLE color: 11485264.

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

Color convert

RGB 80 64 175 -
CMYK 0.54 0.63 0 0.31
HSL 248.65º 0.46% 0.47% -
HSV(B) 248.65º 0.63% 0.69% -
XYZ 12.88 8.47 41.51 -
YUV 81.44 180.8 126.97 -
System Red Green Blue C M Y K H S L
Decimal 80 64 175 0.54 0.63 0 0.31 248.65 0.46 0.47
Hex 50 40 AF 36 3F 0 1F F9 2E 2F
Octal 120 100 257 66 77 0 37 371 56 57
Binary 1010000 1000000 10101111 110110 111111 0 11111 11111001 101110 101111

Color Harmonies of #5040AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5040AF

Black with #5040AF

Text Example


Text Example

White with #5040AF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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