#515EB9

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

Shades of Rich Blue #515EB9

Tints of Rich Blue #515EB9

Color information

#515EB9 (or 0x515EB9) is unknown color: approx Rich Blue. HEX triplet: 51, 5E and B9. RGB value is (81,94,185). Sum of RGB (Red+Green+Blue) = 81+94+185=360 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.5% from 360); Green value is 94 (37.11% from 255 or 26.11% from 360); Blue value is 185 (72.66% from 255 or 51.39% from 360); Max value from RGB is 185 - color contains mainly: blue. Hex color #515EB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515EB9 is #AEA146. Grayscale: #646464. Windows color (decimal): -11444551 or 12148305. OLE color: 12148305.

HSL color Cylindrical-coordinate representation of color #515EB9: hue angle of 232.5º degrees, saturation: 0.43, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #515EB9 is Cyan = 0.56, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8194185-
CMYK0.560.4900.27
HSL232.5º42.62%52.16%-
HSV(B)232.5º56.22%72.55%-
XYZ16.1513.2647.61-
YUV100.49175.69114.1-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.5%
GREEN value IS 94 (37.11% from 255) = 26.11%
BLUE value IS 185 (72.66% from 255) = 51.39%
R=22.5%
G=26.11%
B=51.39%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81941850.560.4900.27232.542.6252.16
Hex515EB9383101Be82b34
Octal12113627170610333505364
Binary101000110111101011100111100011000101101111101000101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515EB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,94,185); }

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

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

 a { background-color: rgb(81,94,185); }

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

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

 span { border-color: rgb(81,94,185); }

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