#513EAD

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

Shades of Blue Gem #513EAD

Tints of Blue Gem #513EAD

Color information

#513EAD (or 0x513EAD) is unknown color: approx Blue Gem. HEX triplet: 51, 3E and AD. RGB value is (81,62,173). Sum of RGB (Red+Green+Blue) = 81+62+173=316 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.63% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 173 (67.97% from 255 or 54.75% from 316); Max value from RGB is 173 - color contains mainly: blue. Hex color #513EAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513EAD is #AEC152. Grayscale: #4F4F4F. Windows color (decimal): -11452755 or 11353681. OLE color: 11353681.

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

Color convert

RGB8162173-
CMYK0.530.6400.32
HSL250.27º47.23%46.08%-
HSV(B)250.27º64.16%67.84%-
XYZ12.668.2140.45-
YUV80.34180.29128.47-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.63%
GREEN value IS 62 (24.61% from 255) = 19.62%
BLUE value IS 173 (67.97% from 255) = 54.75%
R=25.63%
G=19.62%
B=54.75%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81621730.530.6400.32250.2747.2346.08
Hex513EAD3540020fa2f2e
Octal12176255651000403725756
Binary1010001111110101011011101011000000010000011111010101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513EAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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