#513BAD

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

Shades of Blue Gem #513BAD

Tints of Blue Gem #513BAD

Color information

#513BAD (or 0x513BAD) is unknown color: approx Blue Gem. HEX triplet: 51, 3B and AD. RGB value is (81,59,173). Sum of RGB (Red+Green+Blue) = 81+59+173=313 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.88% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 173 (67.97% from 255 or 55.27% from 313); Max value from RGB is 173 - color contains mainly: blue. Hex color #513BAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513BAD is #AEC452. Grayscale: #4E4E4E. Windows color (decimal): -11453523 or 11352913. OLE color: 11352913.

HSL color Cylindrical-coordinate representation of color #513BAD: hue angle of 251.58º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #513BAD is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB8159173-
CMYK0.530.6600.32
HSL251.58º49.14%45.49%-
HSV(B)251.58º65.9%67.84%-
XYZ12.57.8940.4-
YUV78.57181.29129.73-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.88%
GREEN value IS 59 (23.44% from 255) = 18.85%
BLUE value IS 173 (67.97% from 255) = 55.27%
R=25.88%
G=18.85%
B=55.27%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81591730.530.6600.32251.5849.1445.49
Hex513BAD3542020fc312d
Octal12173255651020403746155
Binary1010001111011101011011101011000010010000011111100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513BAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,59,173); }

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

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

 a { background-color: rgb(81,59,173); }

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

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

 span { border-color: rgb(81,59,173); }

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