#513EB3

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

Shades of Rich Blue #513EB3

Tints of Rich Blue #513EB3

Color information

#513EB3 (or 0x513EB3) is unknown color: approx Rich Blue. HEX triplet: 51, 3E and B3. RGB value is (81,62,179). Sum of RGB (Red+Green+Blue) = 81+62+179=322 (42% of max value = 765). Red value is 81 (32.03% from 255 or 25.16% from 322); Green value is 62 (24.61% from 255 or 19.25% from 322); Blue value is 179 (70.31% from 255 or 55.59% from 322); Max value from RGB is 179 - color contains mainly: blue. Hex color #513EB3 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #513EB3 is #AEC14C. Grayscale: #505050. Windows color (decimal): -11452749 or 11746897. OLE color: 11746897.

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

Color convert

RGB8162179-
CMYK0.550.6500.30
HSL249.74º48.55%47.25%-
HSV(B)249.74º65.36%70.2%-
XYZ13.258.4543.58-
YUV81.02183.29127.99-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.16%
GREEN value IS 62 (24.61% from 255) = 19.25%
BLUE value IS 179 (70.31% from 255) = 55.59%
R=25.16%
G=19.25%
B=55.59%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal81621790.550.6500.30249.7448.5547.25
Hex513EB3374101Efa312f
Octal12176263671010363726157
Binary101000111111010110011110111100000101111011111010110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513EB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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