#513fa0

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

Shades of Blue Gem #513FA0

Tints of Blue Gem #513FA0

Color information

#513FA0 (or 0x513FA0) is unknown color: approx Blue Gem. HEX triplet: 51, 3F and A0. RGB value is (81,63,160). Sum of RGB (Red+Green+Blue) = 81+63+160=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 63 (25% from 255 or 20.72% from 304); Blue value is 160 (62.89% from 255 or 52.63% from 304); Max value from RGB is 160 - color contains mainly: blue. Hex color #513FA0 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513FA0 is #AEC05F. Grayscale: #4F4F4F. Windows color (decimal): -11452512 or 10501969. OLE color: 10501969.

HSL color Cylindrical-coordinate representation of color #513FA0: hue angle of 251.13º degrees, saturation: 0.43, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #513FA0 is Cyan = 0.49, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB8163160-
CMYK0.490.6100.37
HSL251.13º43.5%43.73%-
HSV(B)251.13º60.62%62.75%-
XYZ11.527.8434.16-
YUV79.44173.46129.11-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 63 (25% from 255) = 20.72%
BLUE value IS 160 (62.89% from 255) = 52.63%
R=26.64%
G=20.72%
B=52.63%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal81631600.490.6100.37251.1343.543.73
Hex513FA0313D025fb2b2c
Octal1217724061750453735354
Binary101000111111110100000110001111101010010111111011101011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513fa0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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