Html Css Color HEX #514397 Blue Gem

📋 copy color: '#514397'

red 81 ◦ green 67 ◦ blue 151

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

Shades of Blue Gem #514397

Tints of Blue Gem #514397

RGB

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

 GREEN value IS 67 (26.56% from 255) = 22.41%

 BLUE value IS 151 (59.38% from 255) = 50.5%

R = 27.09%
G = 22.41%
B = 50.5%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#514397 (or 0x514397) is known color: Blue Gem. HEX triplet: 51, 43 and 97. RGB value is (81,67,151). Sum of RGB (Red+Green+Blue) = 81+67+151=299 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.09% from 299); Green value is 67 (26.56% from 255 or 22.41% from 299); Blue value is 151 (59.38% from 255 or 50.50% from 299); Max value from RGB is 151 - color contains mainly: blue. Hex color #514397 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514397 is #AEBC68. Grayscale: #505050. Windows color (decimal): -11451497 or 9913169. OLE color: 9913169.

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

Color convert

RGB 81 67 151 -
CMYK 0.46 0.56 0 0.41
HSL 250º 0.39% 0.43% -
HSV(B) 250º 0.56% 0.59% -
XYZ 10.99 8 30.24 -
YUV 80.76 167.64 128.17 -
System Red Green Blue C M Y K H S L
Decimal 81 67 151 0.46 0.56 0 0.41 250 0.39 0.43
Hex 51 43 97 2E 38 0 29 FA 27 2B
Octal 121 103 227 56 70 0 51 372 47 53
Binary 1010001 1000011 10010111 101110 111000 0 101001 11111010 100111 101011

Color Harmonies of #514397

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514397

Black with #514397

Text Example


Text Example

White with #514397

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514397; }

 p { color: rgb(81,67,151); }

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

background-color css

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

 a { background-color: rgb(81,67,151); }

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

border-color css

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

 span { border-color: rgb(81,67,151); }

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