Html Css Color HEX #513F93 Blue Gem

📋 copy color: '#513F93'

red 81 ◦ green 63 ◦ blue 147

#513F93
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Blue Gem #513F93

Tints of Blue Gem #513F93

RGB

 RED value IS 81 (32.03% from 255) = 27.84%

 GREEN value IS 63 (25% from 255) = 21.65%

 BLUE value IS 147 (57.81% from 255) = 50.52%

R = 27.84%
G = 21.65%
B = 50.52%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#513F93 (or 0x513F93) is known color: Blue Gem. HEX triplet: 51, 3F and 93. RGB value is (81,63,147). Sum of RGB (Red+Green+Blue) = 81+63+147=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 147 (57.81% from 255 or 50.52% from 291); Max value from RGB is 147 - color contains mainly: blue. Hex color #513F93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513F93 is #AEC06C. Grayscale: #4D4D4D. Windows color (decimal): -11452525 or 9650001. OLE color: 9650001.

HSL color Cylindrical-coordinate representation of color #513F93: hue angle of 252.86º degrees, saturation: 0.4, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #513F93 is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 81 63 147 -
CMYK 0.45 0.57 0 0.42
HSL 252.86º 0.4% 0.41% -
HSV(B) 252.86º 0.57% 0.58% -
XYZ 10.44 7.41 28.48 -
YUV 77.96 166.96 130.17 -
System Red Green Blue C M Y K H S L
Decimal 81 63 147 0.45 0.57 0 0.42 252.86 0.4 0.41
Hex 51 3F 93 2D 39 0 2A FD 28 29
Octal 121 77 223 55 71 0 52 375 50 51
Binary 1010001 111111 10010011 101101 111001 0 101010 11111101 101000 101001

Color Harmonies of #513F93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F93

Black with #513F93

Text Example


Text Example

White with #513F93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(81,63,147); }

 H1.HeaderClassName
 {
   color: #513F93;
 }
 .AnyTagClassName
 {
   color: #513F93;
 }
</style>

background-color css

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

 a { background-color: rgb(81,63,147); }

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

border-color css

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

 span { border-color: rgb(81,63,147); }

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