#515EB2

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

Shades of Rich Blue #515EB2

Tints of Rich Blue #515EB2

Color information

#515EB2 (or 0x515EB2) is unknown color: approx Rich Blue. HEX triplet: 51, 5E and B2. RGB value is (81,94,178). Sum of RGB (Red+Green+Blue) = 81+94+178=353 (46% of max value = 765). Red value is 81 (32.03% from 255 or 22.95% from 353); Green value is 94 (37.11% from 255 or 26.63% from 353); Blue value is 178 (69.92% from 255 or 50.42% from 353); Max value from RGB is 178 - color contains mainly: blue. Hex color #515EB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515EB2 is #AEA14D. Grayscale: #636363. Windows color (decimal): -11444558 or 11689553. OLE color: 11689553.

HSL color Cylindrical-coordinate representation of color #515EB2: hue angle of 231.96º degrees, saturation: 0.39, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #515EB2 is Cyan = 0.54, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB8194178-
CMYK0.540.4700.30
HSL231.96º38.65%50.78%-
HSV(B)231.96º54.49%69.8%-
XYZ15.4312.9743.81-
YUV99.69172.19114.67-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.95%
GREEN value IS 94 (37.11% from 255) = 26.63%
BLUE value IS 178 (69.92% from 255) = 50.42%
R=22.95%
G=26.63%
B=50.42%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal81941780.540.4700.30231.9638.6550.78
Hex515EB2362F01Ee82733
Octal12113626266570363504763
Binary101000110111101011001011011010111101111011101000100111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515EB2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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