#515BB7

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

Shades of Rich Blue #515BB7

Tints of Rich Blue #515BB7

Color information

#515BB7 (or 0x515BB7) is unknown color: approx Rich Blue. HEX triplet: 51, 5B and B7. RGB value is (81,91,183). Sum of RGB (Red+Green+Blue) = 81+91+183=355 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.82% from 355); Green value is 91 (35.94% from 255 or 25.63% from 355); Blue value is 183 (71.88% from 255 or 51.55% from 355); Max value from RGB is 183 - color contains mainly: blue. Hex color #515BB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515BB7 is #AEA448. Grayscale: #626262. Windows color (decimal): -11445321 or 12016465. OLE color: 12016465.

HSL color Cylindrical-coordinate representation of color #515BB7: hue angle of 234.12º degrees, saturation: 0.41, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #515BB7 is Cyan = 0.56, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB8191183-
CMYK0.560.5000.28
HSL234.12º41.46%51.76%-
HSV(B)234.12º55.74%71.76%-
XYZ15.6812.6546.42-
YUV98.5175.69115.52-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.82%
GREEN value IS 91 (35.94% from 255) = 25.63%
BLUE value IS 183 (71.88% from 255) = 51.55%
R=22.82%
G=25.63%
B=51.55%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal81911830.560.5000.28234.1241.4651.76
Hex515BB7383201Cea2934
Octal12113326770620343525164
Binary101000110110111011011111100011001001110011101010101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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