#515FB7

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

Shades of Rich Blue #515FB7

Tints of Rich Blue #515FB7

Color information

#515FB7 (or 0x515FB7) is unknown color: approx Rich Blue. HEX triplet: 51, 5F and B7. RGB value is (81,95,183). Sum of RGB (Red+Green+Blue) = 81+95+183=359 (47% of max value = 765). Red value is 81 (32.03% from 255 or 22.56% from 359); Green value is 95 (37.5% from 255 or 26.46% from 359); Blue value is 183 (71.88% from 255 or 50.97% from 359); Max value from RGB is 183 - color contains mainly: blue. Hex color #515FB7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #515FB7 is #AEA048. Grayscale: #646464. Windows color (decimal): -11444297 or 12017489. OLE color: 12017489.

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

Color convert

RGB8195183-
CMYK0.560.4800.28
HSL231.76º41.46%51.76%-
HSV(B)231.76º55.74%71.76%-
XYZ16.0313.3546.53-
YUV100.85174.36113.84-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 22.56%
GREEN value IS 95 (37.5% from 255) = 26.46%
BLUE value IS 183 (71.88% from 255) = 50.97%
R=22.56%
G=26.46%
B=50.97%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal81951830.560.4800.28231.7641.4651.76
Hex515FB7383001Ce82934
Octal12113726770600343505164
Binary101000110111111011011111100011000001110011101000101001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #515FB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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