Html Css Color HEX #514599 Blue Gem

📋 copy color: '#514599'

red 81 ◦ green 69 ◦ blue 153

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

Shades of Blue Gem #514599

Tints of Blue Gem #514599

RGB

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

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

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

R = 26.73%
G = 22.77%
B = 50.5%

CMYK

 C value IS 0.47

 M value IS 0.55

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#514599 (or 0x514599) is known color: Blue Gem. HEX triplet: 51, 45 and 99. RGB value is (81,69,153). Sum of RGB (Red+Green+Blue) = 81+69+153=303 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.73% from 303); Green value is 69 (27.34% from 255 or 22.77% from 303); Blue value is 153 (60.16% from 255 or 50.50% from 303); Max value from RGB is 153 - color contains mainly: blue. Hex color #514599 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514599 is #AEBA66. Grayscale: #515151. Windows color (decimal): -11450983 or 10044753. OLE color: 10044753.

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

Color convert

RGB 81 69 153 -
CMYK 0.47 0.55 0 0.4
HSL 248.57º 0.38% 0.44% -
HSV(B) 248.57º 0.55% 0.6% -
XYZ 11.27 8.31 31.15 -
YUV 82.16 167.98 127.17 -
System Red Green Blue C M Y K H S L
Decimal 81 69 153 0.47 0.55 0 0.4 248.57 0.38 0.44
Hex 51 45 99 2F 37 0 28 F9 26 2C
Octal 121 105 231 57 67 0 50 371 46 54
Binary 1010001 1000101 10011001 101111 110111 0 101000 11111001 100110 101100

Color Harmonies of #514599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514599

Black with #514599

Text Example


Text Example

White with #514599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514599; }

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

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

background-color css

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

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

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

border-color css

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

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

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