#513CA3

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

Shades of Blue Gem #513CA3

Tints of Blue Gem #513CA3

Color information

#513CA3 (or 0x513CA3) is unknown color: approx Blue Gem. HEX triplet: 51, 3C and A3. RGB value is (81,60,163). Sum of RGB (Red+Green+Blue) = 81+60+163=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 60 (23.83% from 255 or 19.74% from 304); Blue value is 163 (64.06% from 255 or 53.62% from 304); Max value from RGB is 163 - color contains mainly: blue. Hex color #513CA3 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513CA3 is #AEC35C. Grayscale: #4D4D4D. Windows color (decimal): -11453277 or 10697809. OLE color: 10697809.

HSL color Cylindrical-coordinate representation of color #513CA3: hue angle of 252.23º degrees, saturation: 0.46, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #513CA3 is Cyan = 0.50, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB8160163-
CMYK0.500.6300.36
HSL252.23º46.19%43.73%-
HSV(B)252.23º63.19%63.92%-
XYZ11.627.6335.51-
YUV78.02175.96130.12-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 26.64%
GREEN value IS 60 (23.83% from 255) = 19.74%
BLUE value IS 163 (64.06% from 255) = 53.62%
R=26.64%
G=19.74%
B=53.62%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal81601630.500.6300.36252.2346.1943.73
Hex513CA3323F024fc2e2c
Octal1217424362770443745654
Binary101000111110010100011110010111111010010011111100101110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513CA3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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