#513EB4

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

Shades of Rich Blue #513EB4

Tints of Rich Blue #513EB4

Color information

#513EB4 (or 0x513EB4) is unknown color: approx Rich Blue. HEX triplet: 51, 3E and B4. RGB value is (81,62,180). Sum of RGB (Red+Green+Blue) = 81+62+180=323 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.08% from 323); Green value is 62 (24.61% from 255 or 19.20% from 323); Blue value is 180 (70.70% from 255 or 55.73% from 323); Max value from RGB is 180 - color contains mainly: blue. Hex color #513EB4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513EB4 is #AEC14B. Grayscale: #505050. Windows color (decimal): -11452748 or 11812433. OLE color: 11812433.

HSL color Cylindrical-coordinate representation of color #513EB4: hue angle of 249.66º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #513EB4 is Cyan = 0.55, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB8162180-
CMYK0.550.6600.29
HSL249.66º48.76%47.45%-
HSV(B)249.66º65.56%70.59%-
XYZ13.358.4944.11-
YUV81.13183.79127.91-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.08%
GREEN value IS 62 (24.61% from 255) = 19.20%
BLUE value IS 180 (70.70% from 255) = 55.73%
R=25.08%
G=19.20%
B=55.73%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal81621800.550.6600.29249.6648.7647.45
Hex513EB4374201Dfa312f
Octal12176264671020353726157
Binary101000111111010110100110111100001001110111111010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513EB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,62,180); }

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

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

 a { background-color: rgb(81,62,180); }

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

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

 span { border-color: rgb(81,62,180); }

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