Html Css Color HEX #514692 Blue Gem

📋 copy color: '#514692'

red 81 ◦ green 70 ◦ blue 146

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

Shades of Blue Gem #514692

Tints of Blue Gem #514692

RGB

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

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

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

R = 27.27%
G = 23.57%
B = 49.16%

CMYK

 C value IS 0.45

 M value IS 0.52

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#514692 (or 0x514692) is known color: Blue Gem. HEX triplet: 51, 46 and 92. RGB value is (81,70,146). Sum of RGB (Red+Green+Blue) = 81+70+146=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 146 (57.42% from 255 or 49.16% from 297); Max value from RGB is 146 - color contains mainly: blue. Hex color #514692 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514692 is #AEB96D. Grayscale: #515151. Windows color (decimal): -11450734 or 9586257. OLE color: 9586257.

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

Color convert

RGB 81 70 146 -
CMYK 0.45 0.52 0 0.43
HSL 248.68º 0.35% 0.42% -
HSV(B) 248.68º 0.52% 0.57% -
XYZ 10.77 8.2 28.21 -
YUV 81.95 164.14 127.32 -
System Red Green Blue C M Y K H S L
Decimal 81 70 146 0.45 0.52 0 0.43 248.68 0.35 0.42
Hex 51 46 92 2D 34 0 2B F9 23 2A
Octal 121 106 222 55 64 0 53 371 43 52
Binary 1010001 1000110 10010010 101101 110100 0 101011 11111001 100011 101010

Color Harmonies of #514692

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514692

Black with #514692

Text Example


Text Example

White with #514692

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514692; }

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

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

background-color css

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

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

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

border-color css

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

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

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