#514198

Color #514198 Blue Gem (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Gem #514198

Tints of Blue Gem #514198

Color information

#514198 (or 0x514198) is unknown color: approx Blue Gem. HEX triplet: 51, 41 and 98. RGB value is (81,65,152). Sum of RGB (Red+Green+Blue) = 81+65+152=298 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.18% from 298); Green value is 65 (25.78% from 255 or 21.81% from 298); Blue value is 152 (59.77% from 255 or 51.01% from 298); Max value from RGB is 152 - color contains mainly: blue. Hex color #514198 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514198 is #AEBE67. Grayscale: #4F4F4F. Windows color (decimal): -11452008 or 9978193. OLE color: 9978193.

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

Color convert

RGB8165152-
CMYK0.470.5700.40
HSL251.03º40.09%42.55%-
HSV(B)251.03º57.24%59.61%-
XYZ10.957.830.63-
YUV79.7168.8128.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.18%
GREEN value IS 65 (25.78% from 255) = 21.81%
BLUE value IS 152 (59.77% from 255) = 51.01%
R=27.18%
G=21.81%
B=51.01%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal81651520.470.5700.40251.0340.0942.55
Hex5141982F39028fb282b
Octal12110123057710503735053
Binary1010001100000110011000101111111001010100011111011101000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514198; }

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

 H1.HeaderClassName
 {
   color: #514198;
 }
 .AnyTagClassName
 {
   color: #514198;
 }
</style>
background-color css

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

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

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

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

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

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