#514D6F

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

Shades of Corn Flower Blue #514D6F

Tints of Corn Flower Blue #514D6F

Color information

#514D6F (or 0x514D6F) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 4D and 6F. RGB value is (81,77,111). Sum of RGB (Red+Green+Blue) = 81+77+111=269 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.11% from 269); Green value is 77 (30.47% from 255 or 28.62% from 269); Blue value is 111 (43.75% from 255 or 41.26% from 269); Max value from RGB is 111 - color contains mainly: blue. Hex color #514D6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D6F is #AEB290. Grayscale: #515151. Windows color (decimal): -11448977 or 7294289. OLE color: 7294289.

HSL color Cylindrical-coordinate representation of color #514D6F: hue angle of 247.06º 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 #514D6F is Cyan = 0.27, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8177111-
CMYK0.270.3100.56
HSL247.06º18.09%36.86%-
HSV(B)247.06º30.63%43.53%-
XYZ8.928.216.15-
YUV82.07144.33127.24-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.11%
GREEN value IS 77 (30.47% from 255) = 28.62%
BLUE value IS 111 (43.75% from 255) = 41.26%
R=30.11%
G=28.62%
B=41.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81771110.270.3100.56247.0618.0936.86
Hex514D6F1B1F038f71225
Octal12111515733370703672245
Binary101000110011011101111110111111101110001111011110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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