#514E6B

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

Shades of Corn Flower Blue #514E6B

Tints of Corn Flower Blue #514E6B

Color information

#514E6B (or 0x514E6B) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 4E and 6B. RGB value is (81,78,107). Sum of RGB (Red+Green+Blue) = 81+78+107=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 78 (30.86% from 255 or 29.32% from 266); Blue value is 107 (42.19% from 255 or 40.23% from 266); Max value from RGB is 107 - color contains mainly: blue. Hex color #514E6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514E6B is #AEB194. Grayscale: #525252. Windows color (decimal): -11448725 or 7032401. OLE color: 7032401.

HSL color Cylindrical-coordinate representation of color #514E6B: hue angle of 246.21º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #514E6B is Cyan = 0.24, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8178107-
CMYK0.240.2700.58
HSL246.21º15.68%36.27%-
HSV(B)246.21º27.1%41.96%-
XYZ8.778.2615.04-
YUV82.2141.99127.14-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.45%
GREEN value IS 78 (30.86% from 255) = 29.32%
BLUE value IS 107 (42.19% from 255) = 40.23%
R=30.45%
G=29.32%
B=40.23%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81781070.240.2700.58246.2115.6836.27
Hex514E6B181B03Af61024
Octal12111615330330723662044
Binary101000110011101101011110001101101110101111011010000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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