#514992

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

Shades of Blue Gem #514992

Tints of Blue Gem #514992

Color information

#514992 (or 0x514992) is unknown color: approx Blue Gem. HEX triplet: 51, 49 and 92. RGB value is (81,73,146). Sum of RGB (Red+Green+Blue) = 81+73+146=300 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27% from 300); Green value is 73 (28.91% from 255 or 24.33% from 300); Blue value is 146 (57.42% from 255 or 48.67% from 300); Max value from RGB is 146 - color contains mainly: blue. Hex color #514992 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514992 is #AEB66D. Grayscale: #535353. Windows color (decimal): -11449966 or 9587025. OLE color: 9587025.

HSL color Cylindrical-coordinate representation of color #514992: hue angle of 246.58º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #514992 is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB8173146-
CMYK0.450.500.43
HSL246.58º33.33%42.94%-
HSV(B)246.58º50%57.25%-
XYZ10.968.5928.27-
YUV83.71163.15126.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27%
GREEN value IS 73 (28.91% from 255) = 24.33%
BLUE value IS 146 (57.42% from 255) = 48.67%
R=27%
G=24.33%
B=48.67%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal81731460.450.500.43246.5833.3342.94
Hex5149922D3202Bf7212b
Octal12111122255620533674153
Binary1010001100100110010010101101110010010101111110111100001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514992; }

 p { color: rgb(81,73,146); }

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

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

 a { background-color: rgb(81,73,146); }

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

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

 span { border-color: rgb(81,73,146); }

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