Html Css Color HEX #513C93 Blue Gem

📋 copy color: '#513C93'

red 81 ◦ green 60 ◦ blue 147

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

Shades of Blue Gem #513C93

Tints of Blue Gem #513C93

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.83%

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

R = 28.13%
G = 20.83%
B = 51.04%

CMYK

 C value IS 0.45

 M value IS 0.59

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#513C93 (or 0x513C93) is known color: Blue Gem. HEX triplet: 51, 3C and 93. RGB value is (81,60,147). Sum of RGB (Red+Green+Blue) = 81+60+147=288 (38% of max value = 765). Red value is 81 (32.03% from 255 or 28.12% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 147 (57.81% from 255 or 51.04% from 288); Max value from RGB is 147 - color contains mainly: blue. Hex color #513C93 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513C93 is #AEC36C. Grayscale: #4B4B4B. Windows color (decimal): -11453293 or 9649233. OLE color: 9649233.

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

Color convert

RGB 81 60 147 -
CMYK 0.45 0.59 0 0.42
HSL 254.48º 0.42% 0.41% -
HSV(B) 254.48º 0.59% 0.58% -
XYZ 10.28 7.09 28.43 -
YUV 76.2 167.96 131.43 -
System Red Green Blue C M Y K H S L
Decimal 81 60 147 0.45 0.59 0 0.42 254.48 0.42 0.41
Hex 51 3C 93 2D 3B 0 2A FE 2A 29
Octal 121 74 223 55 73 0 52 376 52 51
Binary 1010001 111100 10010011 101101 111011 0 101010 11111110 101010 101001

Color Harmonies of #513C93

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513C93

Black with #513C93

Text Example


Text Example

White with #513C93

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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