#514C71

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

Shades of Corn Flower Blue #514C71

Tints of Corn Flower Blue #514C71

Color information

#514C71 (or 0x514C71) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 4C and 71. RGB value is (81,76,113). Sum of RGB (Red+Green+Blue) = 81+76+113=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 76 (30.08% from 255 or 28.15% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 113 - color contains mainly: blue. Hex color #514C71 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #514C71 is #AEB38E. Grayscale: #515151. Windows color (decimal): -11449231 or 7425105. OLE color: 7425105.

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

Color convert

RGB8176113-
CMYK0.280.3300.56
HSL248.11º19.58%37.06%-
HSV(B)248.11º32.74%44.31%-
XYZ8.968.1116.72-
YUV81.71145.66127.49-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 76 (30.08% from 255) = 28.15%
BLUE value IS 113 (44.53% from 255) = 41.85%
R=30%
G=28.15%
B=41.85%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal81761130.280.3300.56248.1119.5837.06
Hex514C711C21038f81425
Octal12111416134410703702445
Binary1010001100110011100011110010000101110001111100010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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