Html Css Color HEX #513693 Blue Gem

📋 copy color: '#513693'

red 81 ◦ green 54 ◦ blue 147

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

Shades of Blue Gem #513693

Tints of Blue Gem #513693

RGB

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

 GREEN value IS 54 (21.48% from 255) = 19.15%

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

R = 28.72%
G = 19.15%
B = 52.13%

CMYK

 C value IS 0.45

 M value IS 0.63

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#513693 (or 0x513693) is known color: Blue Gem. HEX triplet: 51, 36 and 93. RGB value is (81,54,147). Sum of RGB (Red+Green+Blue) = 81+54+147=282 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.72% from 282); Green value is 54 (21.48% from 255 or 19.15% from 282); Blue value is 147 (57.81% from 255 or 52.13% from 282); Max value from RGB is 147 - color contains mainly: blue. Hex color #513693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #513693 is #AEC96C. Grayscale: #484848. Windows color (decimal): -11454829 or 9647697. OLE color: 9647697.

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

Color convert

RGB 81 54 147 -
CMYK 0.45 0.63 0 0.42
HSL 257.42º 0.46% 0.39% -
HSV(B) 257.42º 0.63% 0.58% -
XYZ 9.98 6.49 28.33 -
YUV 72.68 169.95 133.94 -
System Red Green Blue C M Y K H S L
Decimal 81 54 147 0.45 0.63 0 0.42 257.42 0.46 0.39
Hex 51 36 93 2D 3F 0 2A 101 2E 27
Octal 121 66 223 55 77 0 52 401 56 47
Binary 1010001 110110 10010011 101101 111111 0 101010 100000001 101110 100111

Color Harmonies of #513693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #513693

Black with #513693

Text Example


Text Example

White with #513693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #513693; }

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

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

background-color css

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

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

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

border-color css

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

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

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