#513fb9

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

Shades of Rich Blue #513FB9

Tints of Rich Blue #513FB9

Color information

#513FB9 (or 0x513FB9) is unknown color: approx Rich Blue. HEX triplet: 51, 3F and B9. RGB value is (81,63,185). Sum of RGB (Red+Green+Blue) = 81+63+185=329 (43% of max value = 765). Red value is 81 (32.03% from 255 or 24.62% from 329); Green value is 63 (25% from 255 or 19.15% from 329); Blue value is 185 (72.66% from 255 or 56.23% from 329); Max value from RGB is 185 - color contains mainly: blue. Hex color #513FB9 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513FB9 is #AEC046. Grayscale: #515151. Windows color (decimal): -11452487 or 12140369. OLE color: 12140369.

HSL color Cylindrical-coordinate representation of color #513FB9: hue angle of 248.85º degrees, saturation: 0.49, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #513FB9 is Cyan = 0.56, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB8163185-
CMYK0.560.6600.27
HSL248.85º49.19%48.63%-
HSV(B)248.85º65.95%72.55%-
XYZ13.938.8146.86-
YUV82.29185.96127.08-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 24.62%
GREEN value IS 63 (25% from 255) = 19.15%
BLUE value IS 185 (72.66% from 255) = 56.23%
R=24.62%
G=19.15%
B=56.23%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal81631850.560.6600.27248.8549.1948.63
Hex513FB9384201Bf93131
Octal12177271701020333716161
Binary101000111111110111001111000100001001101111111001110001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513fb9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513fb9; }

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

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

<style>
 a { background-color: #513fb9; }

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

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

<style>
 span { border-color: #513fb9; }

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

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