Html Css Color HEX #514092 Blue Gem

📋 copy color: '#514092'

red 81 ◦ green 64 ◦ blue 146

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

Shades of Blue Gem #514092

Tints of Blue Gem #514092

RGB

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

 GREEN value IS 64 (25.39% from 255) = 21.99%

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

R = 27.84%
G = 21.99%
B = 50.17%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#514092 (or 0x514092) is known color: Blue Gem. HEX triplet: 51, 40 and 92. RGB value is (81,64,146). Sum of RGB (Red+Green+Blue) = 81+64+146=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 146 (57.42% from 255 or 50.17% from 291); Max value from RGB is 146 - color contains mainly: blue. Hex color #514092 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514092 is #AEBF6D. Grayscale: #4E4E4E. Windows color (decimal): -11452270 or 9584721. OLE color: 9584721.

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

Color convert

RGB 81 64 146 -
CMYK 0.45 0.56 0 0.43
HSL 252.44º 0.39% 0.41% -
HSV(B) 252.44º 0.56% 0.57% -
XYZ 10.42 7.49 28.09 -
YUV 78.43 166.13 129.83 -
System Red Green Blue C M Y K H S L
Decimal 81 64 146 0.45 0.56 0 0.43 252.44 0.39 0.41
Hex 51 40 92 2D 38 0 2B FC 27 29
Octal 121 100 222 55 70 0 53 374 47 51
Binary 1010001 1000000 10010010 101101 111000 0 101011 11111100 100111 101001

Color Harmonies of #514092

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514092

Black with #514092

Text Example


Text Example

White with #514092

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514092; }

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

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

background-color css

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

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

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

border-color css

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

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

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