#513B9D

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

Shades of Blue Gem #513B9D

Tints of Blue Gem #513B9D

Color information

#513B9D (or 0x513B9D) is unknown color: approx Blue Gem. HEX triplet: 51, 3B and 9D. RGB value is (81,59,157). Sum of RGB (Red+Green+Blue) = 81+59+157=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 59 (23.44% from 255 or 19.87% from 297); Blue value is 157 (61.72% from 255 or 52.86% from 297); Max value from RGB is 157 - color contains mainly: blue. Hex color #513B9D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513B9D is #AEC462. Grayscale: #4C4C4C. Windows color (decimal): -11453539 or 10304337. OLE color: 10304337.

HSL color Cylindrical-coordinate representation of color #513B9D: hue angle of 253.47º degrees, saturation: 0.45, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #513B9D is Cyan = 0.48, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB8159157-
CMYK0.480.6200.38
HSL253.47º45.37%42.35%-
HSV(B)253.47º62.42%61.57%-
XYZ11.047.3132.73-
YUV76.75173.29131.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 59 (23.44% from 255) = 19.87%
BLUE value IS 157 (61.72% from 255) = 52.86%
R=27.27%
G=19.87%
B=52.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal81591570.480.6200.38253.4745.3742.35
Hex513B9D303E026fd2d2a
Octal1217323560760463755552
Binary101000111101110011101110000111110010011011111101101101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513B9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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