#514F69

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

Shades of Corn Flower Blue #514F69

Tints of Corn Flower Blue #514F69

Color information

#514F69 (or 0x514F69) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 4F and 69. RGB value is (81,79,105). Sum of RGB (Red+Green+Blue) = 81+79+105=265 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.57% from 265); Green value is 79 (31.25% from 255 or 29.81% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 105 - color contains mainly: blue. Hex color #514F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F69 is #AEB096. Grayscale: #525252. Windows color (decimal): -11448471 or 6901585. OLE color: 6901585.

HSL color Cylindrical-coordinate representation of color #514F69: hue angle of 244.62º degrees, saturation: 0.14, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #514F69 is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8179105-
CMYK0.230.2500.59
HSL244.62º14.13%36.08%-
HSV(B)244.62º24.76%41.18%-
XYZ8.748.3614.52-
YUV82.56140.66126.89-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.57%
GREEN value IS 79 (31.25% from 255) = 29.81%
BLUE value IS 105 (41.41% from 255) = 39.62%
R=30.57%
G=29.81%
B=39.62%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal81791050.230.2500.59244.6214.1336.08
Hex514F69171903Bf5e24
Octal12111715127310733651644
Binary10100011001111110100110111110010111011111101011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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