#515BB1

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

Shades of Rich Blue #515BB1

Tints of Rich Blue #515BB1

Color information

#515BB1 (or 0x515BB1) is unknown color: approx Rich Blue. HEX triplet: 51, 5B and B1. RGB value is (81,91,177). Sum of RGB (Red+Green+Blue) = 81+91+177=349 (46% of max value = 765). Red value is 81 (32.03% from 255 or 23.21% from 349); Green value is 91 (35.94% from 255 or 26.07% from 349); Blue value is 177 (69.53% from 255 or 50.72% from 349); Max value from RGB is 177 - color contains mainly: blue. Hex color #515BB1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #515BB1 is #AEA44E. Grayscale: #616161. Windows color (decimal): -11445327 or 11623249. OLE color: 11623249.

HSL color Cylindrical-coordinate representation of color #515BB1: hue angle of 233.75º 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 #515BB1 is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB8191177-
CMYK0.540.4900.31
HSL233.75º38.1%50.59%-
HSV(B)233.75º54.24%69.41%-
XYZ15.0712.4143.2-
YUV97.81172.69116.01-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 23.21%
GREEN value IS 91 (35.94% from 255) = 26.07%
BLUE value IS 177 (69.53% from 255) = 50.72%
R=23.21%
G=26.07%
B=50.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal81911770.540.4900.31233.7538.150.59
Hex515BB1363101Fea2633
Octal12113326166610373524663
Binary101000110110111011000111011011000101111111101010100110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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