#514395

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

Shades of Blue Gem #514395

Tints of Blue Gem #514395

Color information

#514395 (or 0x514395) is unknown color: approx Blue Gem. HEX triplet: 51, 43 and 95. RGB value is (81,67,149). Sum of RGB (Red+Green+Blue) = 81+67+149=297 (39% of max value = 765). Red value is 81 (32.03% from 255 or 27.27% from 297); Green value is 67 (26.56% from 255 or 22.56% from 297); Blue value is 149 (58.59% from 255 or 50.17% from 297); Max value from RGB is 149 - color contains mainly: blue. Hex color #514395 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #514395 is #AEBC6A. Grayscale: #505050. Windows color (decimal): -11451499 or 9782097. OLE color: 9782097.

HSL color Cylindrical-coordinate representation of color #514395: hue angle of 250.24º degrees, saturation: 0.38, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #514395 is Cyan = 0.46, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB8167149-
CMYK0.460.5500.42
HSL250.24º37.96%42.35%-
HSV(B)250.24º55.03%58.43%-
XYZ10.837.9329.39-
YUV80.53166.64128.33-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 27.27%
GREEN value IS 67 (26.56% from 255) = 22.56%
BLUE value IS 149 (58.59% from 255) = 50.17%
R=27.27%
G=22.56%
B=50.17%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal81671490.460.5500.42250.2437.9642.35
Hex5143952E3702Afa262a
Octal12110322556670523724652
Binary1010001100001110010101101110110111010101011111010100110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514395

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514395; }

 p { color: rgb(81,67,149); }

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

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

 a { background-color: rgb(81,67,149); }

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

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

 span { border-color: rgb(81,67,149); }

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