Html Css Color HEX #514296 Blue Gem

📋 copy color: '#514296'

red 81 ◦ green 66 ◦ blue 150

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

Shades of Blue Gem #514296

Tints of Blue Gem #514296

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.22%

 BLUE value IS 150 (58.98% from 255) = 50.51%

R = 27.27%
G = 22.22%
B = 50.51%

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

#514296 (or 0x514296) is known color: Blue Gem. HEX triplet: 51, 42 and 96. RGB value is (81,66,150). Sum of RGB (Red+Green+Blue) = 81+66+150=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 66 (26.17% from 255 or 22.22% from 297); Blue value is 150 (58.98% from 255 or 50.51% from 297); Max value from RGB is 150 - color contains mainly: blue. Hex color #514296 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514296 is #AEBD69. Grayscale: #4F4F4F. Windows color (decimal): -11451754 or 9847377. OLE color: 9847377.

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

Color convert

RGB 81 66 150 -
CMYK 0.46 0.56 0 0.41
HSL 250.71º 0.39% 0.42% -
HSV(B) 250.71º 0.56% 0.59% -
XYZ 10.85 7.85 29.8 -
YUV 80.06 167.47 128.67 -
System Red Green Blue C M Y K H S L
Decimal 81 66 150 0.46 0.56 0 0.41 250.71 0.39 0.42
Hex 51 42 96 2E 38 0 29 FB 27 2A
Octal 121 102 226 56 70 0 51 373 47 52
Binary 1010001 1000010 10010110 101110 111000 0 101001 11111011 100111 101010

Color Harmonies of #514296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #514296

Black with #514296

Text Example


Text Example

White with #514296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #514296; }

 p { color: rgb(81,66,150); }

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

background-color css

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

 a { background-color: rgb(81,66,150); }

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

border-color css

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

 span { border-color: rgb(81,66,150); }

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