#514F6A

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

Shades of Corn Flower Blue #514F6A

Tints of Corn Flower Blue #514F6A

Color information

#514F6A (or 0x514F6A) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 4F and 6A. RGB value is (81,79,106). Sum of RGB (Red+Green+Blue) = 81+79+106=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 79 (31.25% from 255 or 29.70% from 266); Blue value is 106 (41.80% from 255 or 39.85% from 266); Max value from RGB is 106 - color contains mainly: blue. Hex color #514F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514F6A is #AEB095. Grayscale: #525252. Windows color (decimal): -11448470 or 6967121. OLE color: 6967121.

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

Color convert

RGB8179106-
CMYK0.240.2500.58
HSL244.44º14.59%36.27%-
HSV(B)244.44º25.47%41.57%-
XYZ8.798.3814.79-
YUV82.68141.16126.8-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.45%
GREEN value IS 79 (31.25% from 255) = 29.70%
BLUE value IS 106 (41.80% from 255) = 39.85%
R=30.45%
G=29.70%
B=39.85%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81791060.240.2500.58244.4414.5936.27
Hex514F6A181903Af4f24
Octal12111715230310723641744
Binary10100011001111110101011000110010111010111101001111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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