#513DAD

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

Shades of Blue Gem #513DAD

Tints of Blue Gem #513DAD

Color information

#513DAD (or 0x513DAD) is unknown color: approx Blue Gem. HEX triplet: 51, 3D and AD. RGB value is (81,61,173). Sum of RGB (Red+Green+Blue) = 81+61+173=315 (41% of max value = 765). Red value is 81 (32.03% from 255 or 25.71% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 173 (67.97% from 255 or 54.92% from 315); Max value from RGB is 173 - color contains mainly: blue. Hex color #513DAD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513DAD is #AEC252. Grayscale: #4F4F4F. Windows color (decimal): -11453011 or 11353425. OLE color: 11353425.

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

Color convert

RGB8161173-
CMYK0.530.6500.32
HSL250.71º47.86%45.88%-
HSV(B)250.71º64.74%67.84%-
XYZ12.68.140.44-
YUV79.75180.63128.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 25.71%
GREEN value IS 61 (24.22% from 255) = 19.37%
BLUE value IS 173 (67.97% from 255) = 54.92%
R=25.71%
G=19.37%
B=54.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal81611730.530.6500.32250.7147.8645.88
Hex513DAD3541020fb302e
Octal12175255651010403736056
Binary1010001111101101011011101011000001010000011111011110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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