Html Css Color HEX #514693 Blue Gem

📋 copy color: '#514693'

red 81 ◦ green 70 ◦ blue 147

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

Shades of Blue Gem #514693

Tints of Blue Gem #514693

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.49%

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

R = 27.18%
G = 23.49%
B = 49.33%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#514693 (or 0x514693) is known color: Blue Gem. HEX triplet: 51, 46 and 93. RGB value is (81,70,147). Sum of RGB (Red+Green+Blue) = 81+70+147=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 70 (27.73% from 255 or 23.49% from 298); Blue value is 147 (57.81% from 255 or 49.33% from 298); Max value from RGB is 147 - color contains mainly: blue. Hex color #514693 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514693 is #AEB96C. Grayscale: #515151. Windows color (decimal): -11450733 or 9651793. OLE color: 9651793.

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

Color convert

RGB 81 70 147 -
CMYK 0.45 0.52 0 0.42
HSL 248.57º 0.35% 0.43% -
HSV(B) 248.57º 0.52% 0.58% -
XYZ 10.85 8.24 28.62 -
YUV 82.07 164.64 127.24 -
System Red Green Blue C M Y K H S L
Decimal 81 70 147 0.45 0.52 0 0.42 248.57 0.35 0.43
Hex 51 46 93 2D 34 0 2A F9 23 2B
Octal 121 106 223 55 64 0 52 371 43 53
Binary 1010001 1000110 10010011 101101 110100 0 101010 11111001 100011 101011

Color Harmonies of #514693

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514693

Black with #514693

Text Example


Text Example

White with #514693

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514693; }

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

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

background-color css

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

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

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

border-color css

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

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

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