#514290

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

Shades of Blue Gem #514290

Tints of Blue Gem #514290

Color information

#514290 (or 0x514290) is unknown color: approx Blue Gem. HEX triplet: 51, 42 and 90. RGB value is (81,66,144). Sum of RGB (Red+Green+Blue) = 81+66+144=291 (38% of max value = 765). Red value is 81 (32.03% from 255 or 27.84% from 291); Green value is 66 (26.17% from 255 or 22.68% from 291); Blue value is 144 (56.64% from 255 or 49.48% from 291); Max value from RGB is 144 - color contains mainly: blue. Hex color #514290 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514290 is #AEBD6F. Grayscale: #4F4F4F. Windows color (decimal): -11451760 or 9454161. OLE color: 9454161.

HSL color Cylindrical-coordinate representation of color #514290: hue angle of 251.54º degrees, saturation: 0.37, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #514290 is Cyan = 0.44, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB8166144-
CMYK0.440.5400.44
HSL251.54º37.14%41.18%-
HSV(B)251.54º54.17%56.47%-
XYZ10.387.6627.32-
YUV79.38164.47129.16-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.84%
GREEN value IS 66 (26.17% from 255) = 22.68%
BLUE value IS 144 (56.64% from 255) = 49.48%
R=27.84%
G=22.68%
B=49.48%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal81661440.440.5400.44251.5437.1441.18
Hex5142902C3602Cfc2529
Octal12110222054660543744551
Binary1010001100001010010000101100110110010110011111100100101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514290

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514290; }

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

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

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

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

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

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

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

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