Html Css Color HEX #513F92 Blue Gem

📋 copy color: '#513F92'

red 81 ◦ green 63 ◦ blue 146

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

Shades of Blue Gem #513F92

Tints of Blue Gem #513F92

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 50.34%

R = 27.93%
G = 21.72%
B = 50.34%

CMYK

 C value IS 0.45

 M value IS 0.57

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#513F92 (or 0x513F92) is known color: Blue Gem. HEX triplet: 51, 3F and 92. RGB value is (81,63,146). Sum of RGB (Red+Green+Blue) = 81+63+146=290 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.93% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 146 (57.42% from 255 or 50.34% from 290); Max value from RGB is 146 - color contains mainly: blue. Hex color #513F92 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513F92 is #AEC06D. Grayscale: #4D4D4D. Windows color (decimal): -11452526 or 9584465. OLE color: 9584465.

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

Color convert

RGB 81 63 146 -
CMYK 0.45 0.57 0 0.43
HSL 253.01º 0.4% 0.41% -
HSV(B) 253.01º 0.57% 0.57% -
XYZ 10.36 7.38 28.07 -
YUV 77.84 166.46 130.25 -
System Red Green Blue C M Y K H S L
Decimal 81 63 146 0.45 0.57 0 0.43 253.01 0.4 0.41
Hex 51 3F 92 2D 39 0 2B FD 28 29
Octal 121 77 222 55 71 0 53 375 50 51
Binary 1010001 111111 10010010 101101 111001 0 101011 11111101 101000 101001

Color Harmonies of #513F92

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513F92

Black with #513F92

Text Example


Text Example

White with #513F92

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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