#514D71

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

Shades of Corn Flower Blue #514D71

Tints of Corn Flower Blue #514D71

Color information

#514D71 (or 0x514D71) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 4D and 71. RGB value is (81,77,113). Sum of RGB (Red+Green+Blue) = 81+77+113=271 (35% of max value = 765). Red value is 81 (32.03% from 255 or 29.89% from 271); Green value is 77 (30.47% from 255 or 28.41% from 271); Blue value is 113 (44.53% from 255 or 41.70% from 271); Max value from RGB is 113 - color contains mainly: blue. Hex color #514D71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D71 is #AEB28E. Grayscale: #525252. Windows color (decimal): -11448975 or 7425361. OLE color: 7425361.

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

Color convert

RGB8177113-
CMYK0.280.3200.56
HSL246.67º18.95%37.25%-
HSV(B)246.67º31.86%44.31%-
XYZ9.038.2516.74-
YUV82.3145.33127.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.89%
GREEN value IS 77 (30.47% from 255) = 28.41%
BLUE value IS 113 (44.53% from 255) = 41.70%
R=29.89%
G=28.41%
B=41.70%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81771130.280.3200.56246.6718.9537.25
Hex514D711C20038f71325
Octal12111516134400703672345
Binary1010001100110111100011110010000001110001111011110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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