Html Css Color HEX #514899 Blue Gem

📋 copy color: '#514899'

red 81 ◦ green 72 ◦ blue 153

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

Shades of Blue Gem #514899

Tints of Blue Gem #514899

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.53%

 BLUE value IS 153 (60.16% from 255) = 50%

R = 26.47%
G = 23.53%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#514899 (or 0x514899) is known color: Blue Gem. HEX triplet: 51, 48 and 99. RGB value is (81,72,153). Sum of RGB (Red+Green+Blue) = 81+72+153=306 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.47% from 306); Green value is 72 (28.52% from 255 or 23.53% from 306); Blue value is 153 (60.16% from 255 or 50% from 306); Max value from RGB is 153 - color contains mainly: blue. Hex color #514899 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514899 is #AEB766. Grayscale: #535353. Windows color (decimal): -11450215 or 10045521. OLE color: 10045521.

HSL color Cylindrical-coordinate representation of color #514899: hue angle of 246.67º degrees, saturation: 0.36, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #514899 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 81 72 153 -
CMYK 0.47 0.53 0 0.4
HSL 246.67º 0.36% 0.44% -
HSV(B) 246.67º 0.53% 0.6% -
XYZ 11.46 8.68 31.21 -
YUV 83.93 166.98 125.91 -
System Red Green Blue C M Y K H S L
Decimal 81 72 153 0.47 0.53 0 0.4 246.67 0.36 0.44
Hex 51 48 99 2F 35 0 28 F7 24 2C
Octal 121 110 231 57 65 0 50 367 44 54
Binary 1010001 1001000 10011001 101111 110101 0 101000 11110111 100100 101100

Color Harmonies of #514899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514899

Black with #514899

Text Example


Text Example

White with #514899

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514899; }

 p { color: rgb(81,72,153); }

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

background-color css

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

 a { background-color: rgb(81,72,153); }

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

border-color css

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

 span { border-color: rgb(81,72,153); }

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