#515EB1

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

Shades of Rich Blue #515EB1

Tints of Rich Blue #515EB1

Color information

#515EB1 (or 0x515EB1) is unknown color: approx Rich Blue. HEX triplet: 51, 5E and B1. RGB value is (81,94,177). Sum of RGB (Red+Green+Blue) = 81+94+177=352 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.01% from 352); Green value is 94 (37.11% from 255 or 26.70% from 352); Blue value is 177 (69.53% from 255 or 50.28% from 352); Max value from RGB is 177 - color contains mainly: blue. Hex color #515EB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515EB1 is #AEA14E. Grayscale: #636363. Windows color (decimal): -11444559 or 11624017. OLE color: 11624017.

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

Color convert

RGB8194177-
CMYK0.540.4700.31
HSL231.88º38.1%50.59%-
HSV(B)231.88º54.24%69.41%-
XYZ15.3312.9343.28-
YUV99.57171.69114.75-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.01%
GREEN value IS 94 (37.11% from 255) = 26.70%
BLUE value IS 177 (69.53% from 255) = 50.28%
R=23.01%
G=26.70%
B=50.28%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81941770.540.4700.31231.8838.150.59
Hex515EB1362F01Fe82633
Octal12113626166570373504663
Binary101000110111101011000111011010111101111111101000100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515EB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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