#515BB9

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

Shades of Rich Blue #515BB9

Tints of Rich Blue #515BB9

Color information

#515BB9 (or 0x515BB9) is unknown color: approx Rich Blue. HEX triplet: 51, 5B and B9. RGB value is (81,91,185). Sum of RGB (Red+Green+Blue) = 81+91+185=357 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.69% from 357); Green value is 91 (35.94% from 255 or 25.49% from 357); Blue value is 185 (72.66% from 255 or 51.82% from 357); Max value from RGB is 185 - color contains mainly: blue. Hex color #515BB9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BB9 is #AEA446. Grayscale: #626262. Windows color (decimal): -11445319 or 12147537. OLE color: 12147537.

HSL color Cylindrical-coordinate representation of color #515BB9: hue angle of 234.23º 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 #515BB9 is Cyan = 0.56, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8191185-
CMYK0.560.5100.27
HSL234.23º42.62%52.16%-
HSV(B)234.23º56.22%72.55%-
XYZ15.8912.7347.52-
YUV98.73176.69115.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.69%
GREEN value IS 91 (35.94% from 255) = 25.49%
BLUE value IS 185 (72.66% from 255) = 51.82%
R=22.69%
G=25.49%
B=51.82%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81911850.560.5100.27234.2342.6252.16
Hex515BB9383301Bea2b34
Octal12113327170630333525364
Binary101000110110111011100111100011001101101111101010101011110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515BB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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