#5050AD

Color #5050AD Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5050AD

Tints of Rich Blue #5050AD

Color information

#5050AD (or 0x5050AD) is unknown color: approx Rich Blue. HEX triplet: 50, 50 and AD. RGB value is (80,80,173). Sum of RGB (Red+Green+Blue) = 80+80+173=333 (44% of max value = 765). Red value is 80 (31.64% from 255 or 24.02% from 333); Green value is 80 (31.64% from 255 or 24.02% from 333); Blue value is 173 (67.97% from 255 or 51.95% from 333); Max value from RGB is 173 - color contains mainly: blue. Hex color #5050AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5050AD is #AFAF52. Grayscale: #5A5A5A. Windows color (decimal): -11513683 or 11358288. OLE color: 11358288.

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

Color convert

RGB8080173-
CMYK0.540.5400.32
HSL240º36.76%49.61%-
HSV(B)240º53.76%67.84%-
XYZ13.7210.4640.83-
YUV90.6174.5120.44-

RGB Variations

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

RGB

RED value IS 80 (31.64% from 255) = 24.02%
GREEN value IS 80 (31.64% from 255) = 24.02%
BLUE value IS 173 (67.97% from 255) = 51.95%
R=24.02%
G=24.02%
B=51.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal80801730.540.5400.3224036.7649.61
Hex5050AD3636020f02532
Octal12012025566660403604562
Binary1010000101000010101101110110110110010000011110000100101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5050AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5050AD;
 }
 .AnyTagClassName
 {
   color: #5050AD;
 }
</style>
background-color css

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

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

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

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

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

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