#515AAD

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

Shades of Rich Blue #515AAD

Tints of Rich Blue #515AAD

Color information

#515AAD (or 0x515AAD) is unknown color: approx Rich Blue. HEX triplet: 51, 5A and AD. RGB value is (81,90,173). Sum of RGB (Red+Green+Blue) = 81+90+173=344 (45% of max value = 765). Red value is 81 (32.03% from 255 or 23.55% from 344); Green value is 90 (35.55% from 255 or 26.16% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #515AAD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515AAD is #AEA552. Grayscale: #606060. Windows color (decimal): -11445587 or 11360849. OLE color: 11360849.

HSL color Cylindrical-coordinate representation of color #515AAD: hue angle of 234.13º degrees, saturation: 0.36, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #515AAD is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8190173-
CMYK0.530.4800.32
HSL234.13º36.22%49.8%-
HSV(B)234.13º53.18%67.84%-
XYZ14.5912.0841.1-
YUV96.77171.02116.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.55%
GREEN value IS 90 (35.55% from 255) = 26.16%
BLUE value IS 173 (67.97% from 255) = 50.29%
R=23.55%
G=26.16%
B=50.29%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81901730.530.4800.32234.1336.2249.8
Hex515AAD3530020ea2432
Octal12113225565600403524462
Binary1010001101101010101101110101110000010000011101010100100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515AAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #515AAD; }

 p { color: rgb(81,90,173); }

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

<style>
 a { background-color: #515AAD; }

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

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

<style>
 span { border-color: #515AAD; }

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

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