#514E71

Color #514E71 Corn Flower Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Corn Flower Blue #514E71

Tints of Corn Flower Blue #514E71

Color information

#514E71 (or 0x514E71) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 4E and 71. RGB value is (81,78,113). Sum of RGB (Red+Green+Blue) = 81+78+113=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 78 (30.86% from 255 or 28.68% from 272); Blue value is 113 (44.53% from 255 or 41.54% from 272); Max value from RGB is 113 - color contains mainly: blue. Hex color #514E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E71 is #AEB18E. Grayscale: #525252. Windows color (decimal): -11448719 or 7425617. OLE color: 7425617.

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

Color convert

RGB8178113-
CMYK0.280.3100.56
HSL245.14º18.32%37.45%-
HSV(B)245.14º30.97%44.31%-
XYZ9.18.3916.76-
YUV82.89144.99126.65-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 78 (30.86% from 255) = 28.68%
BLUE value IS 113 (44.53% from 255) = 41.54%
R=29.78%
G=28.68%
B=41.54%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81781130.280.3100.56245.1418.3237.45
Hex514E711C1F038f51225
Octal12111616134370703652245
Binary101000110011101110001111001111101110001111010110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514E71; }

 p { color: rgb(81,78,113); }

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

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

 a { background-color: rgb(81,78,113); }

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

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

 span { border-color: rgb(81,78,113); }

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