#514D6C

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

Shades of Corn Flower Blue #514D6C

Tints of Corn Flower Blue #514D6C

Color information

#514D6C (or 0x514D6C) is unknown color: approx Corn Flower Blue. HEX triplet: 51, 4D and 6C. RGB value is (81,77,108). Sum of RGB (Red+Green+Blue) = 81+77+108=266 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30.45% from 266); Green value is 77 (30.47% from 255 or 28.95% from 266); Blue value is 108 (42.58% from 255 or 40.60% from 266); Max value from RGB is 108 - color contains mainly: blue. Hex color #514D6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #514D6C is #AEB293. Grayscale: #515151. Windows color (decimal): -11448980 or 7097681. OLE color: 7097681.

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

Color convert

RGB8177108-
CMYK0.250.2900.58
HSL247.74º16.76%36.27%-
HSV(B)247.74º28.7%42.35%-
XYZ8.758.1415.3-
YUV81.73142.83127.48-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30.45%
GREEN value IS 77 (30.47% from 255) = 28.95%
BLUE value IS 108 (42.58% from 255) = 40.60%
R=30.45%
G=28.95%
B=40.60%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal81771080.250.2900.58247.7416.7636.27
Hex514D6C191D03Af81124
Octal12111515431350723702144
Binary101000110011011101100110011110101110101111100010001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,77,108); }

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

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

 a { background-color: rgb(81,77,108); }

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

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

 span { border-color: rgb(81,77,108); }

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