Html Css Color HEX #514592 Blue Gem

📋 copy color: '#514592'

red 81 ◦ green 69 ◦ blue 146

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

Shades of Blue Gem #514592

Tints of Blue Gem #514592

RGB

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

 GREEN value IS 69 (27.34% from 255) = 23.31%

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

R = 27.36%
G = 23.31%
B = 49.32%

CMYK

 C value IS 0.45

 M value IS 0.53

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#514592 (or 0x514592) is known color: Blue Gem. HEX triplet: 51, 45 and 92. RGB value is (81,69,146). Sum of RGB (Red+Green+Blue) = 81+69+146=296 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.36% from 296); Green value is 69 (27.34% from 255 or 23.31% from 296); Blue value is 146 (57.42% from 255 or 49.32% from 296); Max value from RGB is 146 - color contains mainly: blue. Hex color #514592 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514592 is #AEBA6D. Grayscale: #515151. Windows color (decimal): -11450990 or 9586001. OLE color: 9586001.

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

Color convert

RGB 81 69 146 -
CMYK 0.45 0.53 0 0.43
HSL 249.35º 0.36% 0.42% -
HSV(B) 249.35º 0.53% 0.57% -
XYZ 10.71 8.08 28.19 -
YUV 81.37 164.48 127.74 -
System Red Green Blue C M Y K H S L
Decimal 81 69 146 0.45 0.53 0 0.43 249.35 0.36 0.42
Hex 51 45 92 2D 35 0 2B F9 24 2A
Octal 121 105 222 55 65 0 53 371 44 52
Binary 1010001 1000101 10010010 101101 110101 0 101011 11111001 100100 101010

Color Harmonies of #514592

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514592

Black with #514592

Text Example


Text Example

White with #514592

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514592; }

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

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

background-color css

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

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

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

border-color css

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

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

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