#514F73

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

Shades of Corn Flower Blue #514F73

Tints of Corn Flower Blue #514F73

Color information

#514F73 (or 0x514F73) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 4F and 73. RGB value is (81,79,115). Sum of RGB (Red+Green+Blue) = 81+79+115=275 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.45% from 275); Green value is 79 (31.25% from 255 or 28.73% from 275); Blue value is 115 (45.31% from 255 or 41.82% from 275); Max value from RGB is 115 - color contains mainly: blue. Hex color #514F73 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F73 is #AEB08C. Grayscale: #535353. Windows color (decimal): -11448461 or 7556945. OLE color: 7556945.

HSL color Cylindrical-coordinate representation of color #514F73: hue angle of 243.33º degrees, saturation: 0.19, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #514F73 is Cyan = 0.30, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8179115-
CMYK0.300.3100.55
HSL243.33º18.56%38.04%-
HSV(B)243.33º31.3%45.1%-
XYZ9.288.5817.39-
YUV83.7145.66126.07-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.45%
GREEN value IS 79 (31.25% from 255) = 28.73%
BLUE value IS 115 (45.31% from 255) = 41.82%
R=29.45%
G=28.73%
B=41.82%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal81791150.300.3100.55243.3318.5638.04
Hex514F731E1F037f31326
Octal12111716336370673632346
Binary101000110011111110011111101111101101111111001110011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,79,115); }

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

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

 a { background-color: rgb(81,79,115); }

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

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

 span { border-color: rgb(81,79,115); }

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