Html Css Color HEX #514798 Blue Gem

📋 copy color: '#514798'

red 81 ◦ green 71 ◦ blue 152

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

Shades of Blue Gem #514798

Tints of Blue Gem #514798

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.36%

 BLUE value IS 152 (59.77% from 255) = 50%

R = 26.64%
G = 23.36%
B = 50%

CMYK

 C value IS 0.47

 M value IS 0.53

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#514798 (or 0x514798) is known color: Blue Gem. HEX triplet: 51, 47 and 98. RGB value is (81,71,152). Sum of RGB (Red+Green+Blue) = 81+71+152=304 (40% of max value = 765). Red value is 81 (32.03% from 255 or 26.64% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 152 (59.77% from 255 or 50% from 304); Max value from RGB is 152 - color contains mainly: blue. Hex color #514798 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514798 is #AEB867. Grayscale: #525252. Windows color (decimal): -11450472 or 9979729. OLE color: 9979729.

HSL color Cylindrical-coordinate representation of color #514798: hue angle of 247.41º 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 #514798 is Cyan = 0.47, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 81 71 152 -
CMYK 0.47 0.53 0 0.40
HSL 247.41º 0.36% 0.44% -
HSV(B) 247.41º 0.53% 0.6% -
XYZ 11.31 8.52 30.75 -
YUV 83.22 166.81 126.41 -
System Red Green Blue C M Y K H S L
Decimal 81 71 152 0.47 0.53 0 0.40 247.41 0.36 0.44
Hex 51 47 98 2F 35 0 28 F7 24 2C
Octal 121 107 230 57 65 0 50 367 44 54
Binary 1010001 1000111 10011000 101111 110101 0 101000 11110111 100100 101100

Color Harmonies of #514798

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514798

Black with #514798

Text Example


Text Example

White with #514798

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514798; }

 p { color: rgb(81,71,152); }

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

background-color css

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

 a { background-color: rgb(81,71,152); }

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

border-color css

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

 span { border-color: rgb(81,71,152); }

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