#513CAA

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

Shades of Blue Gem #513CAA

Tints of Blue Gem #513CAA

Color information

#513CAA (or 0x513CAA) is unknown color: approx Blue Gem. HEX triplet: 51, 3C and AA. RGB value is (81,60,170). Sum of RGB (Red+Green+Blue) = 81+60+170=311 (41% of max value = 765). Red value is 81 (32.03% from 255 or 26.05% from 311); Green value is 60 (23.83% from 255 or 19.29% from 311); Blue value is 170 (66.80% from 255 or 54.66% from 311); Max value from RGB is 170 - color contains mainly: blue. Hex color #513CAA is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513CAA is #AEC355. Grayscale: #4E4E4E. Windows color (decimal): -11453270 or 11156561. OLE color: 11156561.

HSL color Cylindrical-coordinate representation of color #513CAA: hue angle of 251.45º degrees, saturation: 0.48, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #513CAA is Cyan = 0.52, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB8160170-
CMYK0.520.6500.33
HSL251.45º47.83%45.1%-
HSV(B)251.45º64.71%66.67%-
XYZ12.267.8838.91-
YUV78.82179.46129.56-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.05%
GREEN value IS 60 (23.83% from 255) = 19.29%
BLUE value IS 170 (66.80% from 255) = 54.66%
R=26.05%
G=19.29%
B=54.66%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal81601700.520.6500.33251.4547.8345.1
Hex513CAA3441021fb302d
Octal12174252641010413736055
Binary1010001111100101010101101001000001010000111111011110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,60,170); }

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

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

 a { background-color: rgb(81,60,170); }

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

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

 span { border-color: rgb(81,60,170); }

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