#515EB7

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

Shades of Rich Blue #515EB7

Tints of Rich Blue #515EB7

Color information

#515EB7 (or 0x515EB7) is unknown color: approx Rich Blue. HEX triplet: 51, 5E and B7. RGB value is (81,94,183). Sum of RGB (Red+Green+Blue) = 81+94+183=358 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.63% from 358); Green value is 94 (37.11% from 255 or 26.26% from 358); Blue value is 183 (71.88% from 255 or 51.12% from 358); Max value from RGB is 183 - color contains mainly: blue. Hex color #515EB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515EB7 is #AEA148. Grayscale: #636363. Windows color (decimal): -11444553 or 12017233. OLE color: 12017233.

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

Color convert

RGB8194183-
CMYK0.560.4900.28
HSL232.35º41.46%51.76%-
HSV(B)232.35º55.74%71.76%-
XYZ15.9413.1746.5-
YUV100.26174.69114.26-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.63%
GREEN value IS 94 (37.11% from 255) = 26.26%
BLUE value IS 183 (71.88% from 255) = 51.12%
R=22.63%
G=26.26%
B=51.12%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal81941830.560.4900.28232.3541.4651.76
Hex515EB7383101Ce82934
Octal12113626770610343505164
Binary101000110111101011011111100011000101110011101000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515EB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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